Searched defs:nft_table (Results 1 – 2 of 2) sorted by relevance
131096 struct nft_table { struct131097 struct list_head list;131098 struct rhltable chains_ht;131099 struct list_head chains;131100 struct list_head sets;131101 struct list_head objects;131102 struct list_head flowtables;131103 u64 hgenerator;131104 u64 handle;131105 u32 use;[all …]