Searched refs:PACKET_TAG_IPFORWARD (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/sys/netinet6/ |
| H A D | ip6_fastfwd.c | 183 (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 D | ip6_forward.c | 365 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_forward()
|
| H A D | udp6_usrreq.c | 454 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp6_input()
|
| H A D | ip6_input.c | 743 m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip6_input()
|
| H A D | ip6_output.c | 1087 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in ip6_output()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | ip_fastfwd.c | 377 ((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 D | ip_input.c | 637 if (m_tag_find(m, PACKET_TAG_IPFORWARD, NULL) != NULL) { in ip_input()
|
| H A D | ip_output.c | 193 ((fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL)) { in ip_output_pfil()
|
| H A D | udp_usrreq.c | 584 (fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL)) != NULL) { in udp_input()
|
| H A D | tcp_input.c | 826 fwd_tag = m_tag_find(m, PACKET_TAG_IPFORWARD, NULL); in tcp_input_with_port()
|
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_pfil.c | 201 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 D | mbuf.h | 1381 #define PACKET_TAG_IPFORWARD 18 /* ipforward info */ macro
|