Searched refs:blob_next (Results 1 – 2 of 2) sorted by relevance
2349 WARN_ON_ONCE(chain->blob_next); in nf_tables_chain_free_chain_rules() 2350 kvfree(chain->blob_next); in nf_tables_chain_free_chain_rules() 10289 if (chain->blob_next || !nft_is_active_next(net, chain)) in nf_tables_commit_chain_prepare() 10301 chain->blob_next = nf_tables_chain_alloc_rules(chain, data_size); in nf_tables_commit_chain_prepare() 10302 if (!chain->blob_next) in nf_tables_commit_chain_prepare() 10305 data = (void *)chain->blob_next->data; in nf_tables_commit_chain_prepare() 10341 chain->blob_next->size += (unsigned long)(data - (void *)prule); in nf_tables_commit_chain_prepare_cancel() 10365 kvfree(chain->blob_next); in nf_tables_commit_chain_free_rules_old() 10366 chain->blob_next = NULL; in nf_tables_commit_chain_free_rules_old() 10402 if (chain->blob_next in nf_tables_commit_chain() [all...]
1154 struct nft_rule_blob *blob_next; member