Searched defs:nft_table (Results 1 – 2 of 2) sorted by relevance
1081 struct nft_table { struct1082 struct list_head list;1083 struct rhltable chains_ht;1084 struct list_head chains;1085 struct list_head sets;1086 struct list_head objects;1087 struct list_head flowtables;1088 u64 hgenerator;1089 u64 handle;1090 u32 use;[all …]
1267 struct nft_table { struct1287 static inline bool nft_table_has_owner(const struct nft_table *table) in nft_table_has_owner() argument