Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dnf_tables_api.c1869 WARN_ON_ONCE(chain->blob_next); in nf_tables_chain_free_chain_rules()
1870 kvfree(chain->blob_next); in nf_tables_chain_free_chain_rules()
8756 if (chain->blob_next || !nft_is_active_next(net, chain)) in nf_tables_commit_chain_prepare()
8770 if (!chain->blob_next) in nf_tables_commit_chain_prepare()
8773 data = (void *)chain->blob_next->data; in nf_tables_commit_chain_prepare()
8819 nft_last_rule(chain->blob_next, prule); in nf_tables_commit_chain_prepare()
8834 kvfree(chain->blob_next); in nf_tables_commit_chain_prepare_cancel()
8835 chain->blob_next = NULL; in nf_tables_commit_chain_prepare_cancel()
8871 if (chain->blob_next == NULL) { in nf_tables_commit_chain()
8891 rcu_assign_pointer(chain->blob_gen_1, chain->blob_next); in nf_tables_commit_chain()
[all …]
/linux-6.3-rc2/include/net/netfilter/
A Dnf_tables.h1084 struct nft_rule_blob *blob_next; member

Completed in 27 milliseconds