| /xnu-12377.41.6/bsd/kern/ |
| H A D | kpi_mbuf.c | 1200 tag = m_tag_locate(mbuf, id, type); in mbuf_tag_allocate() 1246 tag = m_tag_locate(mbuf, id, type); in mbuf_tag_find() 1275 tag = m_tag_locate(mbuf, id, type); in mbuf_tag_free() 1310 if ((tag = m_tag_locate(mbuf, KERNEL_MODULE_TAG_ID, in mbuf_add_drvaux() 1349 if ((tag = m_tag_locate(mbuf, KERNEL_MODULE_TAG_ID, in mbuf_find_drvaux() 1384 if ((tag = m_tag_locate(mbuf, KERNEL_MODULE_TAG_ID, in mbuf_del_drvaux()
|
| H A D | uipc_mbuf2.c | 935 m_tag_locate(struct mbuf *m, uint32_t id, uint16_t type) in m_tag_locate() function 1582 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-12377.41.6/bsd/netinet6/ |
| H A D | ip6_input.c | 833 if ((tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_input() 2384 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_addaux() 2405 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_findaux() 2416 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in ip6_delaux()
|
| H A D | ipsec.c | 4972 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC); in ipsec_addaux() 4999 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC); in ipsec_findaux() 5010 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC); in ipsec_delaux()
|
| H A D | ip6_output.c | 384 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, in ip6_output_list()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | ip_encap.c | 527 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_ENCAP); in encap_getarg()
|
| H A D | kpi_ipfilter.c | 638 mtag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPFILT); in ipf_get_inject_filter()
|
| H A D | ip_output.c | 393 if ((tag = m_tag_locate(m0, KERNEL_MODULE_TAG_ID, in ip_output_list()
|
| H A D | ip_dummynet.c | 1912 struct m_tag *tag = m_tag_locate( \
|
| /xnu-12377.41.6/bsd/net/pktsched/ |
| H A D | pktsched.c | 593 tag = m_tag_locate(pkt->pktsched_pkt_mbuf, KERNEL_MODULE_TAG_ID, in pktsched_get_pkt_vars()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_gso.c | 311 ts_tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM); in netif_gso_tcp_segment_mbuf()
|
| /xnu-12377.41.6/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 993 ts_tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM); in pkt_copy_from_mbuf() 1395 ts_tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM); in pkt_copy_multi_buflet_from_mbuf()
|
| /xnu-12377.41.6/bsd/net/classq/ |
| H A D | classq_fq_codel.c | 663 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, in fq_get_next_tx_time()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mbuf.h | 1828 __private_extern__ struct m_tag *m_tag_locate(struct mbuf *, u_int32_t,
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | content_filter.c | 7211 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP); in cfil_dgram_get_socket_state() 7243 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 | 1844 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS); in pf_refragment6()
|
| H A D | pf.c | 11054 tag = m_tag_locate(m, KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS); in pf_find_fragment_tag()
|