Home
last modified time | relevance | path

Searched refs:m_tag_get (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dipsec_input.c372 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 Dipsec_output.c756 mtag = m_tag_get(PACKET_TAG_IPSEC_OUT_DONE, sizeof(*xh), M_NOWAIT); in ipsec_process_done()
/f-stack/freebsd/security/mac/
H A Dmac_net.c180 tag = m_tag_get(PACKET_TAG_MACLABEL, sizeof(struct label), in mac_mbuf_init()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c206 tag = m_tag_get(PACKET_TAG_IPFORWARD, len, in ipfw_check_packet()
H A Dip_dn_io.c842 mtag = m_tag_get(PACKET_TAG_DUMMYNET, in tag_mbuf()
H A Dip_fw2.c2455 mtag = m_tag_get(PACKET_TAG_PF, in ipfw_chk()
/f-stack/freebsd/netinet6/
H A Dnd6_nbr.c575 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 Draw_ip6.c545 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING, in rip6_output()
H A Dicmp6.c2680 mtag = m_tag_get(PACKET_TAG_ND_OUTGOING, sizeof(unsigned short), in icmp6_redirect_output()
/f-stack/freebsd/netinet/
H A Dip_options.c404 opts = (struct ipopt_tag *)m_tag_get(PACKET_TAG_IPOPTIONS, in save_rte()
H A Dip_carp.c799 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 Dmbuf.h1159 m_tag_get(int type, int length, int wait) in m_tag_get() function
/f-stack/freebsd/sys/
H A Dmbuf.h1400 m_tag_get(int type, int length, int wait) in m_tag_get() function
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c899 if ((mtag = m_tag_get(PF_REASSEMBLED, sizeof(struct pf_fragment_tag), in pf_reassemble6()
/f-stack/freebsd/net/
H A Drtsock.c2075 tag = m_tag_get(PACKET_TAG_RTSOCKFAM, sizeof(unsigned short), in rt_dispatch()