Searched refs:M_IP_NEXTHOP (Results 1 – 8 of 8) sorted by relevance
346 if ((m->m_flags & M_IP_NEXTHOP) && in ip_tryforward()354 m->m_flags &= ~M_IP_NEXTHOP; in ip_tryforward()387 if (m->m_flags & M_IP_NEXTHOP) in ip_tryforward()410 m->m_flags &= ~M_IP_NEXTHOP; in ip_tryforward()
199 if ((m->m_flags & M_IP_NEXTHOP) && in ip_output_pfil()203 m->m_flags &= ~M_IP_NEXTHOP; in ip_output_pfil()
660 if ((m->m_flags & M_IP_NEXTHOP) && in udp_input()686 m->m_flags &= ~M_IP_NEXTHOP; in udp_input()
624 if (m->m_flags & M_IP_NEXTHOP) { in ip_input()
822 || (!isipv6 && (m->m_flags & M_IP_NEXTHOP)) in tcp_input()826 (m->m_flags & M_IP_NEXTHOP) in tcp_input()
658 #define M_IP_NEXTHOP M_PROTO2 /* explicit ip nexthop */ macro
181 (*m0)->m_flags |= M_IP_NEXTHOP; in ipfw_check_packet()