Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dfib_rules.c298 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()
/linux-4.1.27/include/uapi/linux/
Dfib_rules.h40 FRA_PRIORITY, /* priority/preference */ enumerator
/linux-4.1.27/include/net/
Dfib_rules.h85 [FRA_PRIORITY] = { .type = NLA_U32 }, \