Re: git: 17cbcf33c3b6 - main - mbuf(9): Assert receive mbufs don't carry a send tag.

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Thu, 27 Jan 2022 16:17:42 UTC
On 1/27/22 17:13, Gleb Smirnoff wrote:
> M_ASSERTPKTHDR() does absolutely the opposite - it asserts that m is present.
> M_ASSERTEXTPG() doesn't check that explicitly, but also disallows (m == NULL).

Feel free to align those macros.

--HPS