Searched refs:NH_IS_VALID (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dnhop.h157 #define NH_IS_VALID(_nh) RT_LINK_IS_UP((_nh)->nh_ifp) macro
/freebsd-13-stable/sys/netinet6/
H A Din6_src.c705 !NH_IS_VALID(ron->ro_nh) ||
740 (!NH_IS_VALID(ro->ro_nh) ||
H A Dicmp6.c2439 if (!m0 || !nh || !(NH_IS_VALID(nh)) || !(ifp = nh->nh_ifp))
H A Dip6_output.c697 (!NH_IS_VALID(ro->ro_nh) ||
/freebsd-13-stable/sys/netinet/
H A Dip_output.c414 ((!NH_IS_VALID(ro->ro_nh)) || dst->sin_family != AF_INET ||
482 if (ro->ro_nh == NULL || (!NH_IS_VALID(ro->ro_nh))) {

Completed in 81 milliseconds