Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c495 M_TAG_INIT(t, id, type, len, (void *)(t + 1), mb_cl); in m_tag_alloc_mbuf()
667 M_TAG_INIT(t, id, type, len, (void *)(t + 1), mb_cl); in m_tag_create_mbuf()
786 M_TAG_INIT(tag, id, type, len, data, NULL); in m_tag_kalloc_external()
/xnu-12377.41.6/bsd/netinet/
H A Dip_encap.c562 M_TAG_INIT(tag, id, type, len, &tag_container->encaptab_tag, NULL); in m_tag_kalloc_encap()
H A Dkpi_ipfilter.c672 M_TAG_INIT(tag, id, type, len, &tag_container->ipft_filter_ref, NULL); in m_tag_kalloc_ipfilt()
H A Dip_dummynet.c2937 M_TAG_INIT(tag, id, type, len, &tag_container->dtc_dn_pkt_tag, NULL); in m_tag_kalloc_dummynet()
/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched.c940 M_TAG_INIT(tag, id, type, len, &tag_container->aqm_tag, NULL); in m_tag_kalloc_aqm()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h173 #define M_TAG_INIT(tag, id, type, len, data, mb_cl) { \ macro
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_input.c2448 M_TAG_INIT(tag, id, type, len, &tag_container->inet6_ip6a, NULL); in m_tag_kalloc_inet6()
H A Dipsec.c5120 M_TAG_INIT(tag, id, type, len, &tag_container->ipsec_tag, NULL); in m_tag_kalloc_ipsec()
/xnu-12377.41.6/bsd/net/
H A Dpf_ioctl.c431 M_TAG_INIT(tag, id, type, len, &tag_container->pf_reass_fragment_tag, NULL); in m_tag_kalloc_pf_reass()
H A Dcontent_filter.c2511 M_TAG_INIT(tag, id, type, len, &tag_container->cfil_tag, NULL); in m_tag_kalloc_cfil_udp()