Searched refs:M_IP_NEXTHOP (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/netinet/
H A Dip_fastfwd.c376 if ((m->m_flags & M_IP_NEXTHOP) &&
384 m->m_flags &= ~M_IP_NEXTHOP;
417 if (m->m_flags & M_IP_NEXTHOP)
440 m->m_flags &= ~M_IP_NEXTHOP;
H A Dip_output.c190 if ((m->m_flags & M_IP_NEXTHOP) &&
194 m->m_flags &= ~M_IP_NEXTHOP;
H A Dudp_usrreq.c581 if ((m->m_flags & M_IP_NEXTHOP) &&
607 m->m_flags &= ~M_IP_NEXTHOP;
H A Dip_input.c632 if (m->m_flags & M_IP_NEXTHOP) {
H A Dtcp_input.c818 || (!isipv6 && (m->m_flags & M_IP_NEXTHOP))
822 (m->m_flags & M_IP_NEXTHOP)
/freebsd-current/sys/netinet6/
H A Din6.h652 #define M_IP_NEXTHOP M_PROTO2 /* explicit ip nexthop */ macro
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_pfil.c180 (*m0)->m_flags |= M_IP_NEXTHOP;

Completed in 204 milliseconds