Searched refs:m_tag_create (Results 1 – 13 of 13) sorted by relevance
| /xnu-11417.140.69/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()
|
| H A D | tcp_subr.c | 3717 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM, in tcp_set_mbuf_tx_time()
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_mbuf2.c | 458 m_tag_create(uint32_t id, uint16_t type, int len, int wait, struct mbuf *buf) in m_tag_create() function 1468 tag = m_tag_create(id, type, len, M_WAIT, m); in do_m_tag_test() 1549 tag = m_tag_create(id, type, len, M_WAIT, m); in do_test_m_tag_unlink()
|
| H A D | kpi_mbuf.c | 1195 tag = m_tag_create(id, type, (int)length, how, mbuf); in mbuf_tag_allocate() 1305 if ((tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DRVAUX, in mbuf_add_drvaux()
|
| /xnu-11417.140.69/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 1614 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM, in pkt_copy_to_mbuf() 1831 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_AQM, in pkt_copy_multi_buflet_to_mbuf()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | mbuf.h | 1775 __private_extern__ struct m_tag *m_tag_create(u_int32_t, u_int16_t, int, int,
|
| /xnu-11417.140.69/bsd/netinet6/ |
| H A D | ip6_input.c | 2356 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-11417.140.69/bsd/net/ |
| H A D | pf_norm.c | 1449 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_reassemble6()
|
| H A D | content_filter.c | 7182 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP, in cfil_dgram_save_socket_state()
|
| H A D | pf.c | 11016 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_copy_fragment_tag()
|