Searched refs:m_tag_create (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | kpi_ipfilter.c | 396 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 D | ip_encap.c | 510 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_ENCAP, in encap_fillarg()
|
| H A D | ip_dummynet.c | 1730 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET, in dummynet_io()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | uipc_mbuf2.c | 709 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 D | kpi_mbuf.c | 1206 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 D | packet_copy.c | 1657 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 D | mbuf.h | 1821 __private_extern__ struct m_tag *m_tag_create(u_int32_t, u_int16_t, int, int,
|
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | ip6_input.c | 2388 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_INET6, in ip6_addaux()
|
| H A D | ipsec.c | 4978 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC, in ipsec_addaux()
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | pf_norm.c | 1454 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_reassemble6()
|
| H A D | content_filter.c | 7179 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP, in cfil_dgram_save_socket_state()
|
| H A D | pf.c | 11036 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_copy_fragment_tag()
|