Searched defs:nft_table (Results 1 – 1 of 1) sorted by relevance
984 struct nft_table { struct985 struct list_head list;986 struct rhltable chains_ht;987 struct list_head chains;988 struct list_head sets;989 struct list_head objects;990 struct list_head flowtables;991 u64 hgenerator;992 u64 handle;993 u32 use;[all …]