Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfib_rules.h51 FRA_PRIORITY, /* priority/preference */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfib_rules.h51 FRA_PRIORITY, /* priority/preference */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfib_rules.h51 FRA_PRIORITY, /* priority/preference */ enumerator
/OK3568_Linux_fs/kernel/include/net/
H A Dfib_rules.h117 [FRA_PRIORITY] = { .type = NLA_U32 }, \
/OK3568_Linux_fs/kernel/net/core/
H A Dfib_rules.c552 if (tb[FRA_PRIORITY]) { in fib_nl2rule()
553 nlrule->pref = nla_get_u32(tb[FRA_PRIORITY]); in fib_nl2rule()
1032 nla_put_u32(skb, FRA_PRIORITY, rule->pref)) || in fib_nl_fill_rule()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c1532 if (nla_put_u32(skb, FRA_PRIORITY, FIB_RULE_PREF)) in vrf_fib_rule()