Home
last modified time | relevance | path

Searched refs:PACKET_TAG_IPFORWARD (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/netinet6/
H A Dip6_fastfwd.c178 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_tryforward()
246 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip6_tryforward()
H A Dip6_forward.c364 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
H A Dip6_input.c775 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
H A Dudp6_usrreq.c449 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
H A Dip6_output.c900 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
/freebsd-12.1/sys/netinet/
H A Dip_fastfwd.c300 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_tryforward()
342 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip_tryforward()
H A Dip_input.c620 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
H A Dip_output.c189 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_output_pfil()
H A Dudp_usrreq.c661 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp_input()
H A Dtcp_input.c799 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in tcp_input()
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw_pfil.c206 m_tag_find(*m0, PACKET_TAG_IPFORWARD, NULL); in ipfw_check_packet()
210 tag = m_tag_get(PACKET_TAG_IPFORWARD, len, in ipfw_check_packet()
/freebsd-12.1/sys/sys/
H A Dmbuf.h1103 #define PACKET_TAG_IPFORWARD 18 /* ipforward info */ macro