Searched defs:nft_chain (Results 1 – 3 of 3) sorted by relevance
9 struct nft_chain { struct12 struct nft_chain **base_slot; argument23 struct nft_chain *nft_chain_alloc(struct nftnl_chain *nftnl); argument
131034 struct nft_chain { struct131035 struct nft_rule_blob *blob_gen_0;131036 struct nft_rule_blob *blob_gen_1;131037 struct list_head rules;131038 struct list_head list;131039 struct rhlist_head rhlhead;131040 struct nft_table *table;131041 u64 handle;131042 u32 use;131043 u8 flags: 5;[all …]