/freebsd/sys/netpfil/pf/ |
H A D | pf_mtag.h | 67 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) == NULL) in pf_find_mtag()
|
H A D | pf_norm.c | 1024 tag = m_tag_find(m, PACKET_TAG_PF_REASSEMBLED, NULL); in pf_max_frag_size()
|
H A D | pf.c | 1380 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) != NULL) in pf_get_mtag() 3658 mtag = m_tag_find(pd->m, PACKET_TAG_PF_REASSEMBLED, NULL); in pf_translate_af() 9552 mtag = m_tag_find(m0, PACKET_TAG_PF_REASSEMBLED, NULL); in pf_route6() 10447 if (m_tag_find(pd->m, PACKET_TAG_PF_REASSEMBLED, NULL) != NULL) { in pf_setup_pdesc() 11209 (mtag = m_tag_find(pd.m, PACKET_TAG_PF_REASSEMBLED, NULL)) != NULL) in pf_test()
|
/freebsd/sys/netinet6/ |
H A D | ip6_fastfwd.c | 189 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_tryforward() 257 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip6_tryforward()
|
H A D | ip6_forward.c | 370 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
|
H A D | udp6_usrreq.c | 476 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
|
H A D | ip6_input.c | 749 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
|
H A D | nd6.c | 2204 mtag = m_tag_find(m, PACKET_TAG_ND_OUTGOING, NULL); in nd6_output_ifp()
|
H A D | ip6_output.c | 1082 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
|
/freebsd/sys/netinet/ |
H A D | ip_fastfwd.c | 380 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_tryforward() 421 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip_tryforward()
|
H A D | ip_options.c | 430 opts = (struct ipopt_tag *)m_tag_find(m0, PACKET_TAG_IPOPTIONS, NULL); in ip_srcroute()
|
H A D | ip_input.c | 628 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
|
H A D | ip_output.c | 197 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_output_pfil()
|
H A D | udp_usrreq.c | 615 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp_input()
|
H A D | ip_carp.c | 2053 mtag = m_tag_find(m, PACKET_TAG_CARP, NULL); in carp_output()
|
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | ipsec.h | 253 tag = (struct ipsec_accel_out_tag *)m_tag_find(mb, in mlx5e_accel_ipsec_handle_tx()
|
/freebsd/sys/netipsec/ |
H A D | ipsec.c | 678 m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL) in ipsec4_capability() 852 m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL) in ipsec6_capability() 1001 while ((mtag = m_tag_find(__DECONST(struct mbuf *, m), in ipsec_check_history()
|
H A D | ipsec_output.c | 492 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) in ipsec4_output() 874 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) in ipsec6_output()
|
H A D | ipsec_offload.c | 946 xtag = m_tag_find(__DECONST(struct mbuf *, m), in ipsec_accel_input_tag_lookup()
|
/freebsd/sys/security/mac/ |
H A D | mac_net.c | 102 tag = m_tag_find(m, PACKET_TAG_MACLABEL, NULL); in mac_mbuf_to_label()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_pfil.c | 201 m_tag_find(*m0, PACKET_TAG_IPFORWARD, NULL); in ipfw_check_packet()
|
H A D | ip_fw2.c | 2683 match = (m_tag_find(m, in ipfw_chk()
|
/freebsd/sys/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 | if_ovpn.c | 1708 mtag = m_tag_find(m, PACKET_TAG_OVPN, NULL); in ovpn_finish_rx()
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 1493 m_tag_find(struct mbuf *m, uint16_t type, struct m_tag *start) in m_tag_find() function
|