Home
last modified time | relevance | path

Searched refs:blob_next (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/netfilter/
Dnf_tables_api.c2067 WARN_ON_ONCE(chain->blob_next); in nf_tables_chain_free_chain_rules()
2068 kvfree(chain->blob_next); in nf_tables_chain_free_chain_rules()
9587 if (chain->blob_next || !nft_is_active_next(net, chain)) in nf_tables_commit_chain_prepare()
9599 chain->blob_next = nf_tables_chain_alloc_rules(chain, data_size); in nf_tables_commit_chain_prepare()
9600 if (!chain->blob_next) in nf_tables_commit_chain_prepare()
9603 data = (void *)chain->blob_next->data; in nf_tables_commit_chain_prepare()
9641 chain->blob_next->size += (unsigned long)(data - (void *)prule); in nf_tables_commit_chain_prepare()
9663 kvfree(chain->blob_next); in nf_tables_commit_chain_prepare_cancel()
9664 chain->blob_next = NULL; in nf_tables_commit_chain_prepare_cancel()
9700 if (chain->blob_next == NULL) { in nf_tables_commit_chain()
[all …]
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_tables.h1117 struct nft_rule_blob *blob_next; member