Searched refs:PACKET_TAG_IPFORWARD (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/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 | 356 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
|
| H A D | udp6_usrreq.c | 460 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
|
| H A D | ip6_input.c | 758 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
|
| H A D | ip6_output.c | 1092 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_fastfwd.c | 347 ((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 D | ip_input.c | 625 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
|
| H A D | ip_output.c | 200 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_output_pfil()
|
| H A D | udp_usrreq.c | 661 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp_input()
|
| H A D | tcp_input.c | 829 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in tcp_input()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_pfil.c | 202 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 D | mbuf.h | 1059 #define PACKET_TAG_IPFORWARD 18 /* ipforward info */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 1300 #define PACKET_TAG_IPFORWARD 18 /* ipforward info */ macro
|