Home
last modified time | relevance | path

Searched refs:_MLEN (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h109 #define _MLEN (MSIZE - sizeof(struct m_hdr)) /* normal data len */ macro
110 #define _MHLEN (_MLEN - sizeof(struct pkthdr)) /* data len w/pkthdr */
620 char M_databuf[_MLEN]; /* !M_PKTHDR, !M_EXT */
857 #define MLEN _MLEN
/xnu-8020.140.41/bsd/netinet6/
H A Dfrag6.c171 _CASSERT(sizeof(struct ip6q) <= _MLEN); in frag6_init()
173 _CASSERT(sizeof(struct ip6asfrag) <= _MLEN); in frag6_init()
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c193 _CASSERT(sizeof(struct ipfq) <= _MLEN); in fsw_ip_frag_mgr_create()
194 _CASSERT(sizeof(struct ipf) <= _MLEN); in fsw_ip_frag_mgr_create()
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c1433 return _MLEN; in mbuf_get_mlen()
H A Duipc_socket.c2389 bytes_to_alloc > _MLEN)) { in sosend()
H A Duipc_mbuf.c1832 (int)_MLEN, (int)_MHLEN); in mbinit()
/xnu-8020.140.41/bsd/netinet/
H A Dip_input.c480 _CASSERT(sizeof(struct ipq) <= _MLEN); in ip_init()