Home
last modified time | relevance | path

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

12

/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.c1024 tag = m_tag_find(m, PACKET_TAG_PF_REASSEMBLED, NULL); in pf_max_frag_size()
H A Dpf.c1380 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 Dip6_fastfwd.c189 (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 Dip6_forward.c370 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
H A Dudp6_usrreq.c476 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
H A Dip6_input.c749 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
H A Dnd6.c2204 mtag = m_tag_find(m, PACKET_TAG_ND_OUTGOING, NULL); in nd6_output_ifp()
H A Dip6_output.c1082 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
/freebsd/sys/netinet/
H A Dip_fastfwd.c380 ((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 Dip_options.c430 opts = (struct ipopt_tag *)m_tag_find(m0, PACKET_TAG_IPOPTIONS, NULL); in ip_srcroute()
H A Dip_input.c628 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
H A Dip_output.c197 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_output_pfil()
H A Dudp_usrreq.c615 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp_input()
H A Dip_carp.c2053 mtag = m_tag_find(m, PACKET_TAG_CARP, NULL); in carp_output()
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dipsec.h253 tag = (struct ipsec_accel_out_tag *)m_tag_find(mb, in mlx5e_accel_ipsec_handle_tx()
/freebsd/sys/netipsec/
H A Dipsec.c678 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 Dipsec_output.c492 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 Dipsec_offload.c946 xtag = m_tag_find(__DECONST(struct mbuf *, m), in ipsec_accel_input_tag_lookup()
/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.c2683 match = (m_tag_find(m, in ipfw_chk()
/freebsd/sys/net/
H A Dif_ipsec.c403 if (m_tag_find(m, PACKET_TAG_IPSEC_OUT_DONE, NULL) != NULL) { in ipsec_transmit()
H A Dif_ovpn.c1708 mtag = m_tag_find(m, PACKET_TAG_OVPN, NULL); in ovpn_finish_rx()
/freebsd/sys/sys/
H A Dmbuf.h1493 m_tag_find(struct mbuf *m, uint16_t type, struct m_tag *start) in m_tag_find() function

12