Searched refs:blob_next (Results 1 – 2 of 2) sorted by relevance
2234 WARN_ON_ONCE(chain->blob_next); in nf_tables_chain_free_chain_rules()2235 kvfree(chain->blob_next); in nf_tables_chain_free_chain_rules()10050 if (chain->blob_next || !nft_is_active_next(net, chain)) in nf_tables_commit_chain_prepare()10063 if (!chain->blob_next) in nf_tables_commit_chain_prepare()10066 data = (void *)chain->blob_next->data; in nf_tables_commit_chain_prepare()10126 kvfree(chain->blob_next); in nf_tables_commit_chain_prepare_cancel()10127 chain->blob_next = NULL; in nf_tables_commit_chain_prepare_cancel()10163 if (chain->blob_next == NULL) { in nf_tables_commit_chain()10183 rcu_assign_pointer(chain->blob_gen_1, chain->blob_next); in nf_tables_commit_chain()10185 rcu_assign_pointer(chain->blob_gen_0, chain->blob_next); in nf_tables_commit_chain()[all …]
1134 struct nft_rule_blob *blob_next; member