Home
last modified time | relevance | path

Searched refs:nft_rule_blob (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/net/netfilter/
H A Dnf_tables.h1083 struct nft_rule_blob *blob; /* ptr to free via call_rcu */
1092 struct nft_rule_blob { struct
1118 struct nft_rule_blob __rcu *blob_gen_0;
1119 struct nft_rule_blob __rcu *blob_gen_1;
1134 struct nft_rule_blob *blob_next;
/linux-6.15/net/netfilter/
H A Dnf_tables_core.c260 struct nft_rule_blob *blob; in nft_do_chain()
H A Dnf_tables_api.c2226 struct nft_rule_blob *g0 = rcu_dereference_raw(chain->blob_gen_0); in nf_tables_chain_free_chain_rules()
2227 struct nft_rule_blob *g1 = rcu_dereference_raw(chain->blob_gen_1); in nf_tables_chain_free_chain_rules()
2526 static struct nft_rule_blob *nf_tables_chain_alloc_rules(const struct nft_chain *chain, in nf_tables_chain_alloc_rules()
2529 struct nft_rule_blob *blob; in nf_tables_chain_alloc_rules()
2534 size += sizeof(struct nft_rule_blob) + sizeof(struct nft_rule_dp_last); in nf_tables_chain_alloc_rules()
2612 struct nft_rule_blob *blob; in nf_tables_addchain()
10139 static void nf_tables_commit_chain_free_rules_old(struct nft_rule_blob *blob) in nf_tables_commit_chain_free_rules_old()
10152 struct nft_rule_blob *g0, *g1; in nf_tables_commit_chain()