Searched refs:M_IP_NEXTHOP (Results 1 – 7 of 7) sorted by relevance
452 if (m->m_flags & M_IP_NEXTHOP) in ip_fastforward()475 m->m_flags &= ~M_IP_NEXTHOP; in ip_fastforward()
567 if ((m->m_flags & M_IP_NEXTHOP) && in ip_output()571 m->m_flags &= ~M_IP_NEXTHOP; in ip_output()
617 if ((m->m_flags & M_IP_NEXTHOP) && in udp_input()643 m->m_flags &= ~M_IP_NEXTHOP; in udp_input()
501 if (m->m_flags & M_IP_NEXTHOP) { in ip_input()
764 || (!isipv6 && (m->m_flags & M_IP_NEXTHOP)) in tcp_input()768 (m->m_flags & M_IP_NEXTHOP) in tcp_input()
630 #define M_IP_NEXTHOP M_PROTO2 /* explicit ip nexthop */ macro
210 (*m0)->m_flags |= M_IP_NEXTHOP; in ipfw_check_packet()