Searched refs:m_tag_locate (Results 1 – 13 of 13) sorted by relevance
| /xnu-8019.80.24/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-8019.80.24/bsd/netinet6/ |
| H A D | ip6_input.c | 819 if ((tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_input() 2326 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_addaux() 2347 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_findaux() 2358 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_delaux()
|
| H A D | ipsec.c | 4703 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC, NULL); in ipsec_addaux() 4730 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC, NULL); in ipsec_findaux() 4741 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-8019.80.24/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_dummynet.c | 1785 struct m_tag *tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET, NULL); \
|
| H A D | ip_output.c | 379 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, in ip_output_list()
|
| H A D | ip_input.c | 1744 if ((tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip_input()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | mbuf.h | 1582 __private_extern__ struct m_tag *m_tag_locate(struct mbuf *, u_int32_t,
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | content_filter.c | 6793 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP, NULL); in cfil_dgram_get_socket_state() 6825 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 | 10870 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_find_fragment_tag()
|