Searched refs:M_IP_NEXTHOP (Results 1 – 7 of 7) sorted by relevance
356 if ((m->m_flags & M_IP_NEXTHOP) && in ip_tryforward()364 m->m_flags &= ~M_IP_NEXTHOP; in ip_tryforward()398 if (m->m_flags & M_IP_NEXTHOP) in ip_tryforward()421 m->m_flags &= ~M_IP_NEXTHOP; in ip_tryforward()
190 if ((m->m_flags & M_IP_NEXTHOP) && in ip_output_pfil()194 m->m_flags &= ~M_IP_NEXTHOP; in ip_output_pfil()
659 if ((m->m_flags & M_IP_NEXTHOP) && in udp_input()685 m->m_flags &= ~M_IP_NEXTHOP; in udp_input()
622 if (m->m_flags & M_IP_NEXTHOP) { in ip_input()
796 || (!isipv6 && (m->m_flags & M_IP_NEXTHOP)) in tcp_input()800 (m->m_flags & M_IP_NEXTHOP) in tcp_input()
657 #define M_IP_NEXTHOP M_PROTO2 /* explicit ip nexthop */ macro
185 (*m0)->m_flags |= M_IP_NEXTHOP; in ipfw_check_packet()