Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dkpi_ipfilter.c390 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPFILT, in ipf_inject_input()
432 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, in ipf_injectv4_out()
521 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, in ipf_injectv6_out()
H A Dip_encap.c511 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_ENCAP, in encap_fillarg()
H A Dip_dummynet.c1603 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET, in dummynet_io()
/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf2.c458 m_tag_create(uint32_t id, uint16_t type, int len, int wait, struct mbuf *buf) in m_tag_create() function
1465 tag = m_tag_create(id, type, len, M_WAIT, m); in do_m_tag_test()
1546 tag = m_tag_create(id, type, len, M_WAIT, m); in do_test_m_tag_unlink()
H A Dkpi_mbuf.c1047 tag = m_tag_create(id, type, (int)length, how, mbuf); in mbuf_tag_allocate()
1157 if ((tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DRVAUX, in mbuf_add_drvaux()
/xnu-10002.81.5/bsd/skywalk/packet/
H A Dpacket_copy.c1576 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM, in pkt_copy_to_mbuf()
1792 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM, in pkt_copy_multi_buflet_to_mbuf()
/xnu-10002.81.5/bsd/sys/
H A Dmbuf.h1667 __private_extern__ struct m_tag *m_tag_create(u_int32_t, u_int16_t, int, int,
/xnu-10002.81.5/bsd/netinet6/
H A Dip6_input.c2339 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_INET6, in ip6_addaux()
H A Dipsec.c4998 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC, in ipsec_addaux()
/xnu-10002.81.5/bsd/net/
H A Dpf_norm.c1449 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_reassemble6()
H A Dcontent_filter.c7019 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP, in cfil_dgram_save_socket_state()
H A Dpf.c11035 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_copy_fragment_tag()