Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dfib_rules.h114 [FRA_TABLE] = { .type = NLA_U32 }, \
153 if (nla[FRA_TABLE]) in frh_get_table()
154 return nla_get_u32(nla[FRA_TABLE]); in frh_get_table()
/Linux-v5.10/include/uapi/linux/
Dfib_rules.h60 FRA_TABLE, /* Extended table id */ enumerator
/Linux-v5.10/net/core/
Dfib_rules.c1001 if (nla_put_u32(skb, FRA_TABLE, rule->table)) in fib_nl_fill_rule()