Searched refs:match_nhop_gw (Results 1 – 3 of 3) sorted by relevance
250 match_nhop_gw(const struct nhop_object *nh, const struct sockaddr *gw) in match_nhop_gw() function298 return (match_nhop_gw(nh, gw)); in rib_match_gw()315 if (match_nhop_gw(nh, gwd->gw) && gwd->count++ == 0) in match_gw_one()339 if ((gw != NULL) && !match_nhop_gw(nh, gw)) in check_info_match_nhop()
226 bool match_nhop_gw(const struct nhop_object *nh, const struct sockaddr *gw);
729 if (match_nhop_gw(wn[i].nh, gw)) in select_nhop()