Home
last modified time | relevance | path

Searched refs:nhop (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/netinet6/
HDin6_fib_algo.c84 struct nhop_object *nhop; member
110 return (ent->nhop); in lradix6_lookup()
184 ae->nhop = nh; in lradix6_add_route_cb()
/freebsd-13-stable/sbin/routed/
HDoutput.c437 naddr dst, nhop; in walk_supply() local
489 nhop = 0; in walk_supply()
500 nhop = RT->rt_gate; in walk_supply()
502 nhop = 0; in walk_supply()
645 ag_check(dst, RT->rt_mask, 0, nhop, metric, pref, in walk_supply()
HDtable.c276 naddr nhop, in ag_check() argument
301 nc_ag.ag_nhop = nhop; in ag_check()
390 ag->ag_nhop = nhop; in ag_check()
451 if (ag->ag_nhop != nhop) in ag_check()
452 nhop = 0; in ag_check()
474 ag->ag_nhop = nhop; in ag_check()
475 nhop = xaddr; in ag_check()
580 nag->ag_nhop = nhop; in ag_check()
/freebsd-13-stable/sys/netinet/
HDin_fib_algo.c513 struct nhop_object *nhop; member
537 return (ent->nhop); in lradix4_lookup()
615 ae->nhop = rt_get_raw_nhop(rt); in lradix4_add_route_cb()
/freebsd-13-stable/sys/net/route/
HDnhop.c50 #define DEBUG_MOD_NAME nhop
/freebsd-13-stable/sys/conf/
HDfiles4246 net/route/nhop.c standard