Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_mtag.h67 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) == NULL) in pf_find_mtag()
H A Dpf_norm.c948 tag = m_tag_find(m, PACKET_TAG_PF_REASSEMBLED, NULL); in pf_max_frag_size()
H A Dpf.c1236 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) != NULL) in pf_get_mtag()
9128 (mtag = m_tag_find(m, PACKET_TAG_PF_REASSEMBLED, NULL)) != NULL) in pf_test6()
/freebsd/sys/netinet6/
H A Dip6_fastfwd.c183 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_tryforward()
251 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip6_tryforward()
H A Dip6_forward.c365 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
H A Dudp6_usrreq.c462 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
H A Dip6_input.c741 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
H A Dnd6.c2208 mtag = m_tag_find(m, PACKET_TAG_ND_OUTGOING, NULL); in nd6_output_ifp()
H A Dip6_output.c1090 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
/freebsd/sys/netinet/
H A Dip_fastfwd.c377 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_tryforward()
418 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip_tryforward()
H A Dip_options.c430 opts = (struct ipopt_tag *)m_tag_find(m0, PACKET_TAG_IPOPTIONS, NULL); in ip_srcroute()
H A Dip_input.c633 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
H A Dip_output.c191 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_output_pfil()
H A Dudp_usrreq.c582 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp_input()
H A Dip_carp.c2051 mtag = m_tag_find(m, PACKET_TAG_CARP, NULL); in carp_output()
H A Dtcp_input.c825 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in tcp_input_with_port()
/freebsd/sys/netipsec/
H A Dipsec.c663 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()
978 while ((mtag = m_tag_find(__DECONST(struct mbuf *, m), in ipsec_check_history()
H A Dipsec_output.c451 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) in ipsec4_output()
819 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) in ipsec6_output()
/freebsd/sys/security/mac/
H A Dmac_net.c102 tag = m_tag_find(m, PACKET_TAG_MACLABEL, NULL); in mac_mbuf_to_label()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c201 m_tag_find(*m0, PACKET_TAG_IPFORWARD, NULL); in ipfw_check_packet()
H A Dip_fw2.c2604 match = (m_tag_find(m, in ipfw_chk()
/freebsd/sys/net/
H A Dif_ipsec.c402 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) { in ipsec_transmit()
/freebsd/sys/sys/
H A Dmbuf.h1488 m_tag_find(struct mbuf *m, uint16_t type, struct m_tag *start) in m_tag_find() function
/freebsd/share/man/man9/
H A DMakefile1536 mbuf_tags.9 m_tag_find.9 \