Home
last modified time | relevance | path

Searched refs:m_tag_create (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dkpi_ipfilter.c396 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPFILT, in ipf_inject_input()
438 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, in ipf_injectv4_out()
527 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, in ipf_injectv6_out()
H A Dip_encap.c510 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_ENCAP, in encap_fillarg()
H A Dip_dummynet.c1730 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET, in dummynet_io()
/xnu-12377.1.9/bsd/kern/
H A Duipc_mbuf2.c709 m_tag_create(uint32_t id, uint16_t type, int len, int wait, struct mbuf *buf) in m_tag_create() function
1274 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM, in mbuf_set_tx_time()
1486 tag = m_tag_create(id, type, len, M_WAIT, m); in do_m_tag_test()
1567 tag = m_tag_create(id, type, len, M_WAIT, m); in do_test_m_tag_unlink()
H A Dkpi_mbuf.c1206 tag = m_tag_create(id, type, (int)length, how, mbuf); in mbuf_tag_allocate()
1316 if ((tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DRVAUX, in mbuf_add_drvaux()
/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpacket_copy.c1657 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM, in pkt_copy_to_mbuf()
1886 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM, in pkt_copy_multi_buflet_to_mbuf()
/xnu-12377.1.9/bsd/sys/
H A Dmbuf.h1821 __private_extern__ struct m_tag *m_tag_create(u_int32_t, u_int16_t, int, int,
/xnu-12377.1.9/bsd/netinet6/
H A Dip6_input.c2388 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_INET6, in ip6_addaux()
H A Dipsec.c4978 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC, in ipsec_addaux()
/xnu-12377.1.9/bsd/net/
H A Dpf_norm.c1454 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_reassemble6()
H A Dcontent_filter.c7179 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP, in cfil_dgram_save_socket_state()
H A Dpf.c11036 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_copy_fragment_tag()