Searched refs:m_tag_locate (Results 1 – 13 of 13) sorted by relevance
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kpi_mbuf.c | 1039 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 D | uipc_mbuf2.c | 543 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 D | ip6_input.c | 820 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 D | ipsec.c | 4717 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 D | ip6_output.c | 364 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, in ip6_output_list()
|
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | ip_encap.c | 528 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_ENCAP, NULL); in encap_getarg()
|
| H A D | kpi_ipfilter.c | 632 mtag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPFILT, NULL); in ipf_get_inject_filter()
|
| H A D | ip_output.c | 381 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, in ip_output_list()
|
| H A D | ip_dummynet.c | 1782 struct m_tag *tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET, NULL); \
|
| H A D | ip_input.c | 1752 if ((tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip_input()
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | mbuf.h | 1592 __private_extern__ struct m_tag *m_tag_locate(struct mbuf *, u_int32_t,
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | content_filter.c | 6874 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 D | pf.c | 11001 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_find_fragment_tag()
|