Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Droute_ctl.c227 #define NH_PRIORITY_HIGH 2 macro
233 return (NH_PRIORITY_HIGH); in get_prio_from_info()
241 return (NH_PRIORITY_HIGH); in nhop_get_prio()
586 int prio = (op_flags & RTM_F_FORCE) ? NH_PRIORITY_HIGH : NH_PRIORITY_NORMAL; in rib_del_route_px()
824 if (nhop_get_prio(rnd_orig.rnd_nhop) == NH_PRIORITY_HIGH) { in add_route_flags()