Home
last modified time | relevance | path

Searched refs:m_tag_find (Results 1 – 24 of 24) sorted by relevance

/f-stack/freebsd/netpfil/pf/
H A Dpf_mtag.h60 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) == NULL) in pf_find_mtag()
H A Dpf.c984 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) != NULL) in pf_get_mtag()
6691 (mtag = m_tag_find(m, PF_REASSEMBLED, NULL)) != NULL) in pf_test6()
/f-stack/freebsd/netinet6/
H A Dip6_fastfwd.c184 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_tryforward()
252 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip6_tryforward()
H A Dip6_forward.c356 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
H A Dudp6_usrreq.c460 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
H A Dip6_input.c758 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
H A Dnd6.c2176 mtag = m_tag_find(m, PACKET_TAG_ND_OUTGOING, NULL); in nd6_output_ifp()
H A Dip6_output.c1092 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
/f-stack/freebsd/netinet/
H A Dip_fastfwd.c347 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_tryforward()
388 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip_tryforward()
H A Dip_options.c432 opts = (struct ipopt_tag *)m_tag_find(m0, PACKET_TAG_IPOPTIONS, NULL); in ip_srcroute()
H A Dip_input.c625 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
H A Dip_output.c200 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_output_pfil()
H A Dudp_usrreq.c661 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp_input()
H A Dip_carp.c1539 mtag = m_tag_find(m, PACKET_TAG_CARP, NULL); in carp_output()
H A Dtcp_input.c829 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in tcp_input()
/f-stack/freebsd/netipsec/
H A Dipsec.c660 m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL) in ipsec4_capability()
829 m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL) in ipsec6_capability()
981 while ((mtag = m_tag_find(__DECONST(struct mbuf *, m), in ipsec_check_history()
H A Dipsec_output.c380 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) in ipsec4_output()
685 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) in ipsec6_output()
/f-stack/freebsd/security/mac/
H A Dmac_net.c104 tag = m_tag_find(m, PACKET_TAG_MACLABEL, NULL); in mac_mbuf_to_label()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c202 m_tag_find(*m0, PACKET_TAG_IPFORWARD, NULL); in ipfw_check_packet()
H A Dip_fw2.c2526 match = (m_tag_find(m, in ipfw_chk()
/f-stack/freebsd/net/
H A Dif_ipsec.c403 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) { in ipsec_transmit()
H A Drtsock.c285 tag = m_tag_find(m, PACKET_TAG_RTSOCKFAM, NULL); in rts_input()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h1165 m_tag_find(struct mbuf *m, int type, struct m_tag *start) in m_tag_find() function
/f-stack/freebsd/sys/
H A Dmbuf.h1406 m_tag_find(struct mbuf *m, int type, struct m_tag *start) in m_tag_find() function