Searched refs:PACKET_TAG_IPFORWARD (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/sys/netinet6/ |
| H A D | ip6_fastfwd.c | 178 (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 D | ip6_forward.c | 364 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
|
| H A D | ip6_input.c | 775 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
|
| H A D | udp6_usrreq.c | 449 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
|
| H A D | ip6_output.c | 900 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
|
| /freebsd-12.1/sys/netinet/ |
| H A D | ip_fastfwd.c | 300 ((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 D | ip_input.c | 620 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
|
| H A D | ip_output.c | 189 ((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 | 799 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in tcp_input()
|
| /freebsd-12.1/sys/netpfil/ipfw/ |
| H A D | ip_fw_pfil.c | 206 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 D | mbuf.h | 1103 #define PACKET_TAG_IPFORWARD 18 /* ipforward info */ macro
|