Searched refs:FRA_PRIORITY (Results 1 – 3 of 3) sorted by relevance
298 if (tb[FRA_PRIORITY]) in fib_nl_newrule()299 rule->pref = nla_get_u32(tb[FRA_PRIORITY]); in fib_nl_newrule()346 if (!tb[FRA_PRIORITY] && ops->default_pref) in fib_nl_newrule()456 if (tb[FRA_PRIORITY] && in fib_nl_delrule()457 (rule->pref != nla_get_u32(tb[FRA_PRIORITY]))) in fib_nl_delrule()588 nla_put_u32(skb, FRA_PRIORITY, rule->pref)) || in fib_nl_fill_rule()
40 FRA_PRIORITY, /* priority/preference */ enumerator
85 [FRA_PRIORITY] = { .type = NLA_U32 }, \