Home
last modified time | relevance | path

Searched refs:NH_IS_VALID (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/route/
H A Dnhop.h157 #define NH_IS_VALID(_nh) RT_LINK_IS_UP((_nh)->nh_ifp) macro
/f-stack/tools/compat/include/net/route/
H A Dnhop.h157 #define NH_IS_VALID(_nh) RT_LINK_IS_UP((_nh)->nh_ifp) macro
/f-stack/freebsd/netinet6/
H A Din6_src.c708 !NH_IS_VALID(ron->ro_nh) || in selectroute()
743 (!NH_IS_VALID(ro->ro_nh) || in selectroute()
H A Dicmp6.c2440 if (!m0 || !nh || !(NH_IS_VALID(nh)) || !(ifp = nh->nh_ifp)) in icmp6_redirect_output()
H A Dip6_output.c697 (!NH_IS_VALID(ro->ro_nh) || in ip6_output()
/f-stack/freebsd/netinet/
H A Dip_output.c414 ((!NH_IS_VALID(ro->ro_nh)) || dst->sin_family != AF_INET || in ip_output()
482 if (ro->ro_nh == NULL || (!NH_IS_VALID(ro->ro_nh))) { in ip_output()