Home
last modified time | relevance | path

Searched refs:m_tag_locate (Results 1 – 13 of 13) sorted by relevance

/xnu-8796.141.3/bsd/kern/
H A Dkpi_mbuf.c1039 tag = m_tag_locate(mbuf, id, type, NULL); in mbuf_tag_allocate()
1085 tag = m_tag_locate(mbuf, id, type, NULL); in mbuf_tag_find()
1114 tag = m_tag_locate(mbuf, id, type, NULL); in mbuf_tag_free()
1149 if ((tag = m_tag_locate(mbuf, KERNEL_MODULE_TAG_ID, in mbuf_add_drvaux()
1188 if ((tag = m_tag_locate(mbuf, KERNEL_MODULE_TAG_ID, in mbuf_find_drvaux()
1223 if ((tag = m_tag_locate(mbuf, KERNEL_MODULE_TAG_ID, in mbuf_del_drvaux()
H A Duipc_mbuf2.c543 m_tag_locate(struct mbuf *m, u_int32_t id, u_int16_t type, struct m_tag *t) in m_tag_locate() function
/xnu-8796.141.3/bsd/netinet6/
H A Dip6_input.c820 if ((tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_input()
2332 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_addaux()
2353 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_findaux()
2364 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_delaux()
H A Dipsec.c4717 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC, NULL); in ipsec_addaux()
4744 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC, NULL); in ipsec_findaux()
4755 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC, NULL); in ipsec_delaux()
H A Dip6_output.c364 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, in ip6_output_list()
/xnu-8796.141.3/bsd/netinet/
H A Dip_encap.c528 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_ENCAP, NULL); in encap_getarg()
H A Dkpi_ipfilter.c632 mtag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPFILT, NULL); in ipf_get_inject_filter()
H A Dip_output.c381 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, in ip_output_list()
H A Dip_dummynet.c1782 struct m_tag *tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET, NULL); \
H A Dip_input.c1752 if ((tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip_input()
/xnu-8796.141.3/bsd/sys/
H A Dmbuf.h1592 __private_extern__ struct m_tag *m_tag_locate(struct mbuf *, u_int32_t,
/xnu-8796.141.3/bsd/net/
H A Dcontent_filter.c6874 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP, NULL); in cfil_dgram_get_socket_state()
6906 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP, NULL); in cfil_dgram_peek_socket_state()
H A Dpf.c11001 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_find_fragment_tag()