Searched refs:_MLEN (Results 1 – 7 of 7) sorted by relevance
109 #define _MLEN (MSIZE - sizeof(struct m_hdr)) /* normal data len */ macro110 #define _MHLEN (_MLEN - sizeof(struct pkthdr)) /* data len w/pkthdr */620 char M_databuf[_MLEN]; /* !M_PKTHDR, !M_EXT */857 #define MLEN _MLEN
171 _CASSERT(sizeof(struct ip6q) <= _MLEN); in frag6_init()173 _CASSERT(sizeof(struct ip6asfrag) <= _MLEN); in frag6_init()
193 _CASSERT(sizeof(struct ipfq) <= _MLEN); in fsw_ip_frag_mgr_create()194 _CASSERT(sizeof(struct ipf) <= _MLEN); in fsw_ip_frag_mgr_create()
1433 return _MLEN; in mbuf_get_mlen()
2389 bytes_to_alloc > _MLEN)) { in sosend()
1832 (int)_MLEN, (int)_MHLEN); in mbinit()
480 _CASSERT(sizeof(struct ipq) <= _MLEN); in ip_init()