Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDip_fastfwd.c452 if (m->m_flags & M_IP_NEXTHOP) in ip_fastforward()
475 m->m_flags &= ~M_IP_NEXTHOP; in ip_fastforward()
HDip_output.c567 if ((m->m_flags & M_IP_NEXTHOP) && in ip_output()
571 m->m_flags &= ~M_IP_NEXTHOP; in ip_output()
HDudp_usrreq.c617 if ((m->m_flags & M_IP_NEXTHOP) && in udp_input()
643 m->m_flags &= ~M_IP_NEXTHOP; in udp_input()
HDip_input.c501 if (m->m_flags & M_IP_NEXTHOP) { in ip_input()
HDtcp_input.c764 || (!isipv6 && (m->m_flags & M_IP_NEXTHOP)) in tcp_input()
768 (m->m_flags & M_IP_NEXTHOP) in tcp_input()
/trueos/sys/netinet6/
HDin6.h630 #define M_IP_NEXTHOP M_PROTO2 /* explicit ip nexthop */ macro
/trueos/sys/netpfil/ipfw/
HDip_fw_pfil.c210 (*m0)->m_flags |= M_IP_NEXTHOP; in ipfw_check_packet()