Home
last modified time | relevance | path

Searched refs:match_nhop_gw (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/route/
H A Droute_ctl.c250 match_nhop_gw(const struct nhop_object *nh, const struct sockaddr *gw) in match_nhop_gw() function
298 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()
H A Droute_var.h226 bool match_nhop_gw(const struct nhop_object *nh, const struct sockaddr *gw);
/freebsd/sys/net/
H A Drtsock.c729 if (match_nhop_gw(wn[i].nh, gw)) in select_nhop()