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

/linux-master/include/uapi/linux/
H A Dfib_rules.h60 FRA_TABLE, /* Extended table id */ enumerator in enum:__anon12786
/linux-master/include/net/
H A Dfib_rules.h132 if (nla[FRA_TABLE])
133 return nla_get_u32(nla[FRA_TABLE]);
/linux-master/net/core/
H A Dfib_rules.c760 [FRA_TABLE] = { .type = NLA_U32 },
988 + nla_total_size(4) /* FRA_TABLE */
1020 if (nla_put_u32(skb, FRA_TABLE, rule->table))

Completed in 92 milliseconds