Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dfib_rules.h51 FRA_PRIORITY, /* priority/preference */ enumerator
/linux/include/net/
A Dfib_rules.h110 [FRA_PRIORITY] = { .type = NLA_U32 }, \
/linux/net/core/
A Dfib_rules.c552 if (tb[FRA_PRIORITY]) { in fib_nl2rule()
553 nlrule->pref = nla_get_u32(tb[FRA_PRIORITY]); in fib_nl2rule()
1032 nla_put_u32(skb, FRA_PRIORITY, rule->pref)) || in fib_nl_fill_rule()
/linux/drivers/net/
A Dvrf.c1590 if (nla_put_u32(skb, FRA_PRIORITY, FIB_RULE_PREF)) in vrf_fib_rule()

Completed in 13 milliseconds