Searched refs:FRA_PRIORITY (Results 1 – 3 of 3) sorted by relevance
40 FRA_PRIORITY, /* priority/preference */ enumerator
301 rule->pref = tb[FRA_PRIORITY] ? nla_get_u32(tb[FRA_PRIORITY]) in fib_nl_newrule()462 if (tb[FRA_PRIORITY] && in fib_nl_delrule()463 (rule->pref != nla_get_u32(tb[FRA_PRIORITY]))) in fib_nl_delrule()602 nla_put_u32(skb, FRA_PRIORITY, rule->pref)) || in fib_nl_fill_rule()
86 [FRA_PRIORITY] = { .type = NLA_U32 }, \