| /xnu-10002.81.5/bsd/kern/ |
| H A D | kpi_mbuf.c | 1041 tag = m_tag_locate(mbuf, id, type); in mbuf_tag_allocate() 1087 tag = m_tag_locate(mbuf, id, type); in mbuf_tag_find() 1116 tag = m_tag_locate(mbuf, id, type); in mbuf_tag_free() 1151 if ((tag = m_tag_locate(mbuf, KERNEL_MODULE_TAG_ID, in mbuf_add_drvaux() 1190 if ((tag = m_tag_locate(mbuf, KERNEL_MODULE_TAG_ID, in mbuf_find_drvaux() 1225 if ((tag = m_tag_locate(mbuf, KERNEL_MODULE_TAG_ID, in mbuf_del_drvaux()
|
| H A D | uipc_mbuf2.c | 930 m_tag_locate(struct mbuf *m, uint32_t id, uint16_t type) in m_tag_locate() function 1561 struct m_tag *cfil_tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP); in do_test_m_tag_unlink()
|
| /xnu-10002.81.5/bsd/netinet6/ |
| H A D | ip6_input.c | 823 if ((tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_input() 2335 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_addaux() 2356 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_findaux() 2367 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_delaux()
|
| H A D | ipsec.c | 4992 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC); in ipsec_addaux() 5019 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC); in ipsec_findaux() 5030 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC); 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-10002.81.5/bsd/netinet/ |
| H A D | ip_encap.c | 528 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_ENCAP); in encap_getarg()
|
| H A D | kpi_ipfilter.c | 632 mtag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPFILT); in ipf_get_inject_filter()
|
| H A D | ip_output.c | 386 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, in ip_output_list()
|
| H A D | ip_dummynet.c | 1785 struct m_tag *tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET); \
|
| H A D | ip_input.c | 1749 if ((tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip_input()
|
| /xnu-10002.81.5/bsd/net/pktsched/ |
| H A D | pktsched.c | 442 tag = m_tag_locate(pkt->pktsched_pkt_mbuf, KERNEL_MODULE_TAG_ID, in pktsched_get_pkt_vars()
|
| /xnu-10002.81.5/bsd/net/classq/ |
| H A D | classq_fq_codel.c | 643 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in fq_get_next_tx_time()
|
| /xnu-10002.81.5/bsd/sys/ |
| H A D | mbuf.h | 1674 __private_extern__ struct m_tag *m_tag_locate(struct mbuf *, u_int32_t,
|
| /xnu-10002.81.5/bsd/net/ |
| H A D | content_filter.c | 7051 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP); in cfil_dgram_get_socket_state() 7083 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP); in cfil_dgram_peek_socket_state()
|
| H A D | pf_norm.c | 1841 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS); in pf_refragment6()
|
| H A D | pf.c | 11053 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS); in pf_find_fragment_tag()
|