mbuf(9): Update comment about pkthdr structure size.

Differential revision:	https://reviews.freebsd.org/D35339
Sponsored by:	NVIDIA Networking
This commit is contained in:
Hans Petter Selasky 2022-06-07 22:19:03 +02:00
parent b8394039dc
commit 30c85a085e

View File

@ -150,7 +150,7 @@ struct m_snd_tag {
/*
* Record/packet header in first mbuf of chain; valid only if M_PKTHDR is set.
* Size ILP32: 52
* Size ILP32: 56
* LP64: 64
* Compile-time assertions in uipc_mbuf.c test these values to ensure that
* they are correct.