Searched refs:FRA_PRIORITY (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfib_rules.h51 FRA_PRIORITY, /* priority/preference */ enumerator in enum:__anon12786
/linux-master/net/core/
H A Dfib_rules.c551 if (tb[FRA_PRIORITY]) {
552 nlrule->pref = nla_get_u32(tb[FRA_PRIORITY]);
755 [FRA_PRIORITY] = { .type = NLA_U32 },
987 + nla_total_size(4) /* FRA_PRIORITY */
1051 nla_put_u32(skb, FRA_PRIORITY, rule->pref)) ||
/linux-master/drivers/net/
H A Dvrf.c1536 sz += nla_total_size(sizeof(u32)); /* FRA_PRIORITY */
1575 if (nla_put_u32(skb, FRA_PRIORITY, FIB_RULE_PREF))

Completed in 94 milliseconds