Searched refs:nft_rule_blob (Results 1 – 3 of 3) sorted by relevance
1028 struct nft_rule_blob { struct1047 struct nft_rule_blob __rcu *blob_gen_0; argument1048 struct nft_rule_blob __rcu *blob_gen_1;1063 struct nft_rule_blob *blob_next;
238 struct nft_rule_blob *blob; in nft_do_chain()
1845 struct nft_rule_blob *g0 = rcu_dereference_raw(chain->blob_gen_0); in nf_tables_chain_free_chain_rules()1846 struct nft_rule_blob *g1 = rcu_dereference_raw(chain->blob_gen_1); in nf_tables_chain_free_chain_rules()2099 struct nft_rule_blob *blob;2102 static void nft_last_rule(struct nft_rule_blob *blob, const void *ptr) in nft_last_rule()2111 static struct nft_rule_blob *nf_tables_chain_alloc_rules(unsigned int size) in nf_tables_chain_alloc_rules()2113 struct nft_rule_blob *blob; in nf_tables_chain_alloc_rules()2119 size += sizeof(struct nft_rule_blob) + sizeof(struct nft_rules_old); in nf_tables_chain_alloc_rules()2204 struct nft_rule_blob *blob; in nf_tables_addchain()8630 static void nf_tables_commit_chain_free_rules_old(struct nft_rule_blob *blob) in nf_tables_commit_chain_free_rules_old()8643 struct nft_rule_blob *g0, *g1; in nf_tables_commit_chain()