Home
last modified time | relevance | path

Searched refs:rib_match_gw (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/route/
H A Droute_ctl.h78 int rib_match_gw(const struct rtentry *rt, const struct nhop_object *nh,
H A Droute_ctl.c294 rib_match_gw(const struct rtentry *rt, const struct nhop_object *nh, void *gw_sa) in rib_match_gw() function
/freebsd/sys/netlink/route/
H A Drt.c982 if ((attrs->rta_gw != NULL) && !rib_match_gw(rt, nh, attrs->rta_gw)) in path_match_func()
/freebsd/sys/netinet6/
H A Dnd6_rtr.c728 rib_match_gw, (struct sockaddr *)&gw, 0, &rc); in defrouter_delreq()