Searched refs:m_tag_get (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_input.c | 372 mtag = m_tag_get(PACKET_TAG_IPSEC_IN_DONE, in ipsec4_common_input_cb() 573 mtag = m_tag_get(PACKET_TAG_IPSEC_IN_DONE, in ipsec6_common_input_cb()
|
| H A D | ipsec_output.c | 756 mtag = m_tag_get(PACKET_TAG_IPSEC_OUT_DONE, sizeof(*xh), M_NOWAIT); in ipsec_process_done()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_net.c | 180 tag = m_tag_get(PACKET_TAG_MACLABEL, sizeof(struct label), in mac_mbuf_init()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_pfil.c | 206 tag = m_tag_get(PACKET_TAG_IPFORWARD, len, in ipfw_check_packet()
|
| H A D | ip_dn_io.c | 842 mtag = m_tag_get(PACKET_TAG_DUMMYNET, in tag_mbuf()
|
| H A D | ip_fw2.c | 2455 mtag = m_tag_get(PACKET_TAG_PF, in ipfw_chk()
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6_nbr.c | 575 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING, in nd6_ns_output_fib() 1070 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING, in nd6_na_output_fib()
|
| H A D | raw_ip6.c | 545 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING, in rip6_output()
|
| H A D | icmp6.c | 2680 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING, sizeof(unsigned short), in icmp6_redirect_output()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_options.c | 404 opts = (struct ipopt_tag *)m_tag_get(PACKET_TAG_IPOPTIONS, in save_rte()
|
| H A D | ip_carp.c | 799 if ((mtag = m_tag_get(PACKET_TAG_CARP, sizeof(struct carp_softc *), in carp_prepare_ad() 1217 mtag = m_tag_get(PACKET_TAG_CARP, in carp_macmatch6()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 1159 m_tag_get(int type, int length, int wait) in m_tag_get() function
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 1400 m_tag_get(int type, int length, int wait) in m_tag_get() function
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 899 if ((mtag = m_tag_get(PF_REASSEMBLED, sizeof(struct pf_fragment_tag), in pf_reassemble6()
|
| /f-stack/freebsd/net/ |
| H A D | rtsock.c | 2075 tag = m_tag_get(PACKET_TAG_RTSOCKFAM, sizeof(unsigned short), in rt_dispatch()
|