Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_tables_api.c1407 WARN_ON_ONCE(chain->rules_next); in nf_tables_chain_free_chain_rules()
1408 kvfree(chain->rules_next); in nf_tables_chain_free_chain_rules()
6219 if (chain->rules_next || !nft_is_active_next(net, chain)) in nf_tables_commit_chain_prepare()
6230 chain->rules_next = nf_tables_chain_alloc_rules(chain, alloc); in nf_tables_commit_chain_prepare()
6231 if (!chain->rules_next) in nf_tables_commit_chain_prepare()
6236 chain->rules_next[i++] = rule; in nf_tables_commit_chain_prepare()
6239 chain->rules_next[i] = NULL; in nf_tables_commit_chain_prepare()
6252 kvfree(chain->rules_next); in nf_tables_commit_chain_prepare_cancel()
6253 chain->rules_next = NULL; in nf_tables_commit_chain_prepare_cancel()
6293 if (chain->rules_next == NULL) { in nf_tables_commit_chain_active()
[all …]
/Linux-v4.19/include/net/netfilter/
Dnf_tables.h887 struct nft_rule **rules_next; member