/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 | 959 tag = m_tag_find(m, PACKET_TAG_PF_REASSEMBLED, NULL); in pf_max_frag_size()
|
H A D | pf.c | 1399 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) != NULL) in pf_get_mtag() 3561 mtag = m_tag_find(pd->m, PACKET_TAG_PF_REASSEMBLED, NULL); in pf_translate_af() 9265 mtag = m_tag_find(m0, PACKET_TAG_PF_REASSEMBLED, NULL); in pf_route6() 9959 if (m_tag_find(pd->m, PACKET_TAG_PF_REASSEMBLED, NULL) != NULL) { in pf_setup_pdesc() 10702 (mtag = m_tag_find(pd.m, PACKET_TAG_PF_REASSEMBLED, NULL)) != NULL) in pf_test()
|
/freebsd/sys/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 | 365 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
|
H A D | udp6_usrreq.c | 465 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
|
H A D | ip6_input.c | 741 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
|
H A D | nd6.c | 2208 mtag = m_tag_find(m, PACKET_TAG_ND_OUTGOING, NULL); in nd6_output_ifp()
|
H A D | ip6_output.c | 1085 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
|
/freebsd/sys/netinet/ |
H A D | ip_fastfwd.c | 375 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_tryforward() 416 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 | 601 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp_input()
|
H A D | ip_carp.c | 2046 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 | 676 m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL) in ipsec4_capability() 850 m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL) != NULL) in ipsec6_capability() 999 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 | 938 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()
|
/freebsd/sys/sys/ |
H A D | mbuf.h | 1490 m_tag_find(struct mbuf *m, uint16_t type, struct m_tag *start) in m_tag_find() function
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1574 mbuf_tags.9 m_tag_find.9 \
|