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.c251 match_nhop_gw(const struct nhop_object *nh, const struct sockaddr *gw) in match_nhop_gw() function
299 return (match_nhop_gw(nh, gw)); in rib_match_gw()
316 if (match_nhop_gw(nh, gwd->gw) && gwd->count++ == 0) in match_gw_one()
340 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.c753 if (match_nhop_gw(wn[i].nh, gw)) in select_nhop()