Home
last modified time | relevance | path

Searched refs:m_getcl (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpf_pbuf.c145 m = m_getcl(M_WAITOK, MT_DATA, M_PKTHDR); in pbuf_to_mbuf()
H A Dif_bond.c559 m = m_getcl(M_WAITOK, MT_DATA, M_PKTHDR); in packet_buffer_allocate()
H A Ddlil.c7607 m = m_getcl(M_WAITOK, MT_DATA, M_PKTHDR); in dlil_verify_sum16()
H A Dif_bridge.c10170 m = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR);
/xnu-12377.41.6/bsd/netinet6/
H A Dmld6.c3036 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in mld_v2_enqueue_group_record()
3170 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in mld_v2_enqueue_group_record()
3327 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in mld_v2_enqueue_filter_change()
/xnu-12377.41.6/bsd/netinet/
H A Digmp.c3344 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in igmp_v3_enqueue_group_record()
3483 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in igmp_v3_enqueue_group_record()
3656 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in igmp_v3_enqueue_filter_change()
H A Dip_icmp.c345 m = m_getcl(M_DONTWAIT, MT_DATA, M_PKTHDR); in icmp_error()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1839 m_getcl(int wait, int type, int flags) in m_getcl() function
3890 n = m_getcl(how, m->m_type, 0); in m_copyback0()
4365 m_final = m_getcl(how, MT_DATA, M_PKTHDR); in m_defrag_offset()
4404 m_new = m_getcl(how, MT_DATA, 0); in m_defrag_offset()
H A Duipc_mbuf_mcache.c3273 m_getcl(int wait, int type, int flags) function
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1702 __private_extern__ struct mbuf *m_getcl(int, int, int);