Home
last modified time | relevance | path

Searched refs:MT_FTABLE (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/bsd/netinet6/
H A Dfrag6.c1192 t = m_get(how, MT_FTABLE); in ip6q_alloc()
1225 t = m_get(how, MT_FTABLE); in ip6af_alloc()
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c913 t = m_get(how, MT_FTABLE); in ipfq_alloc()
983 t = m_get(M_DONTWAIT, MT_FTABLE); in ipf_alloc()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h752 #define MT_FTABLE 11 /* fragment reassembly header */ macro
/xnu-8020.140.41/bsd/netinet/
H A Dip_input.c2720 t = m_get(how, MT_FTABLE); in ipq_alloc()
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c1589 _CASSERT(MBUF_TYPE_FTABLE == MT_FTABLE); in mbinit()
8016 { MT_FTABLE, "fragment reassembly queue headers" },