Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dfib_rules.h132 if (nla[FRA_TABLE]) in frh_get_table()
133 return nla_get_u32(nla[FRA_TABLE]); in frh_get_table()
/Linux-v6.6/include/uapi/linux/
Dfib_rules.h60 FRA_TABLE, /* Extended table id */ enumerator
/Linux-v6.6/net/core/
Dfib_rules.c762 [FRA_TABLE] = { .type = NLA_U32 },
1022 if (nla_put_u32(skb, FRA_TABLE, rule->table)) in fib_nl_fill_rule()