Home
last modified time | relevance | path

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

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