Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfib_rules.h51 FRA_PRIORITY, /* priority/preference */ enumerator
/Linux-v4.19/include/net/
Dfib_rules.h108 [FRA_PRIORITY] = { .type = NLA_U32 }, \
/Linux-v4.19/net/core/
Dfib_rules.c525 if (tb[FRA_PRIORITY]) { in fib_nl2rule()
526 nlrule->pref = nla_get_u32(tb[FRA_PRIORITY]); in fib_nl2rule()
1003 nla_put_u32(skb, FRA_PRIORITY, rule->pref)) || in fib_nl_fill_rule()
/Linux-v4.19/drivers/net/
Dvrf.c1174 if (nla_put_u32(skb, FRA_PRIORITY, FIB_RULE_PREF)) in vrf_fib_rule()