Searched refs:blob_next (Results 1 – 2 of 2) sorted by relevance
1853 WARN_ON_ONCE(chain->blob_next); in nf_tables_chain_free_chain_rules()1854 kvfree(chain->blob_next); in nf_tables_chain_free_chain_rules()8539 if (chain->blob_next || !nft_is_active_next(net, chain)) in nf_tables_commit_chain_prepare()8552 chain->blob_next = nf_tables_chain_alloc_rules(data_size); in nf_tables_commit_chain_prepare()8553 if (!chain->blob_next) in nf_tables_commit_chain_prepare()8556 data = (void *)chain->blob_next->data; in nf_tables_commit_chain_prepare()8594 chain->blob_next->size += (unsigned long)(data - (void *)prule); in nf_tables_commit_chain_prepare()8602 nft_last_rule(chain->blob_next, prule); in nf_tables_commit_chain_prepare()8617 kvfree(chain->blob_next); in nf_tables_commit_chain_prepare_cancel()8618 chain->blob_next = NULL; in nf_tables_commit_chain_prepare_cancel()[all …]
1063 struct nft_rule_blob *blob_next; member