| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_mtag.h | 60 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) == NULL) in pf_find_mtag()
|
| H A D | pf.c | 984 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 D | ip6_fastfwd.c | 184 (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 D | ip6_forward.c | 356 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
|
| H A D | udp6_usrreq.c | 460 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
|
| H A D | ip6_input.c | 758 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
|
| H A D | nd6.c | 2176 mtag = m_tag_find(m, PACKET_TAG_ND_OUTGOING, NULL); in nd6_output_ifp()
|
| H A D | ip6_output.c | 1092 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_fastfwd.c | 347 ((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 D | ip_options.c | 432 opts = (struct ipopt_tag *)m_tag_find(m0, PACKET_TAG_IPOPTIONS, NULL); in ip_srcroute()
|
| H A D | ip_input.c | 625 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
|
| H A D | ip_output.c | 200 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_output_pfil()
|
| H A D | udp_usrreq.c | 661 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp_input()
|
| H A D | ip_carp.c | 1539 mtag = m_tag_find(m, PACKET_TAG_CARP, NULL); in carp_output()
|
| H A D | tcp_input.c | 829 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in tcp_input()
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec.c | 660 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 D | ipsec_output.c | 380 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 D | mac_net.c | 104 tag = m_tag_find(m, PACKET_TAG_MACLABEL, NULL); in mac_mbuf_to_label()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_pfil.c | 202 m_tag_find(*m0, PACKET_TAG_IPFORWARD, NULL); in ipfw_check_packet()
|
| H A D | ip_fw2.c | 2526 match = (m_tag_find(m, in ipfw_chk()
|
| /f-stack/freebsd/net/ |
| H A D | if_ipsec.c | 403 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) { in ipsec_transmit()
|
| H A D | rtsock.c | 285 tag = m_tag_find(m, PACKET_TAG_RTSOCKFAM, NULL); in rts_input()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 1165 m_tag_find(struct mbuf *m, int type, struct m_tag *start) in m_tag_find() function
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 1406 m_tag_find(struct mbuf *m, int type, struct m_tag *start) in m_tag_find() function
|