Searched defs:nft_table (Results 1 – 1 of 1) sorted by relevance
1074 struct nft_table { struct1075 struct list_head list;1076 struct rhltable chains_ht;1077 struct list_head chains;1078 struct list_head sets;1079 struct list_head objects;1080 struct list_head flowtables;1081 u64 hgenerator;1082 u64 handle;1083 u32 use;[all …]