Searched refs:m_tag_create (Results 1 – 11 of 11) sorted by relevance
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | kpi_ipfilter.c | 390 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 D | ip_encap.c | 511 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_ENCAP, in encap_fillarg()
|
| H A D | ip_dummynet.c | 1600 mtag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DUMMYNET, in dummynet_io()
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | uipc_mbuf2.c | 342 m_tag_create(u_int32_t id, u_int16_t type, int len, int wait, struct mbuf *buf) in m_tag_create() function
|
| H A D | kpi_mbuf.c | 1045 tag = m_tag_create(id, type, (int)length, how, mbuf); in mbuf_tag_allocate() 1155 if ((tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_DRVAUX, in mbuf_add_drvaux()
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | mbuf.h | 1580 __private_extern__ struct m_tag *m_tag_create(u_int32_t, u_int16_t, int, int,
|
| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | ip6_input.c | 2330 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_INET6, in ip6_addaux()
|
| H A D | ipsec.c | 4712 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_IPSEC, in ipsec_addaux()
|
| /xnu-8020.140.41/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 | 6718 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_CFIL_UDP, in cfil_dgram_save_socket_state()
|
| H A D | pf.c | 10851 tag = m_tag_create(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_PF_REASS, in pf_copy_fragment_tag()
|