Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_fastfwd.c184 (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 Dip6_forward.c356 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
H A Dudp6_usrreq.c460 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
H A Dip6_input.c758 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
H A Dip6_output.c1092 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
/f-stack/freebsd/netinet/
H A Dip_fastfwd.c347 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_tryforward()
388 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in ip_tryforward()
H A Dip_input.c625 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
H A Dip_output.c200 ((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.c829 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in tcp_input()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c202 m_tag_find(*m0, PACKET_TAG_IPFORWARD, NULL); in ipfw_check_packet()
206 tag = m_tag_get(PACKET_TAG_IPFORWARD, len, in ipfw_check_packet()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h1059 #define PACKET_TAG_IPFORWARD 18 /* ipforward info */ macro
/f-stack/freebsd/sys/
H A Dmbuf.h1300 #define PACKET_TAG_IPFORWARD 18 /* ipforward info */ macro