Searched defs:nft_table (Results 1 – 1 of 1) sorted by relevance
1078 struct nft_table { struct1079 struct list_head list;1080 struct rhltable chains_ht;1081 struct list_head chains;1082 struct list_head sets;1083 struct list_head objects;1084 struct list_head flowtables;1085 u64 hgenerator;1086 u64 handle;1087 u32 use;[all …]