Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet6/
H A Dip6_fastfwd.c183 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_tryforward()
251 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip6_tryforward()
H A Dip6_forward.c365 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
H A Dudp6_usrreq.c454 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
H A Dip6_input.c743 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
H A Dip6_output.c1087 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
/freebsd-14.2/sys/netinet/
H A Dip_fastfwd.c377 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_tryforward()
418 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip_tryforward()
H A Dip_input.c637 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
H A Dip_output.c193 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_output_pfil()
H A Dudp_usrreq.c584 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp_input()
H A Dtcp_input.c826 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in tcp_input_with_port()
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_pfil.c201 m_tag_find(*m0, PACKET_TAG_IPFORWARD, NULL); in ipfw_check_packet()
205 tag = m_tag_get(PACKET_TAG_IPFORWARD, len, in ipfw_check_packet()
/freebsd-14.2/sys/sys/
H A Dmbuf.h1381 #define PACKET_TAG_IPFORWARD 18 /* ipforward info */ macro