Searched defs:nft_table (Results 1 – 1 of 1) sorted by relevance
1020 struct nft_table { struct1021 struct list_head list;1022 struct rhltable chains_ht;1023 struct list_head chains;1024 struct list_head sets;1025 struct list_head objects;1026 struct list_head flowtables;1027 u64 hgenerator;1028 u64 handle;1029 u32 use;[all …]