Home
last modified time | relevance | path

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

/net/netfilter/
Dnf_tables_api.c8355 struct nft_audit_data *adp; in nf_tables_commit_audit_alloc() local
8357 list_for_each_entry(adp, adl, list) { in nf_tables_commit_audit_alloc()
8358 if (adp->table == table) in nf_tables_commit_audit_alloc()
8361 adp = kzalloc(sizeof(*adp), GFP_KERNEL); in nf_tables_commit_audit_alloc()
8362 if (!adp) in nf_tables_commit_audit_alloc()
8364 adp->table = table; in nf_tables_commit_audit_alloc()
8365 list_add(&adp->list, adl); in nf_tables_commit_audit_alloc()
8371 struct nft_audit_data *adp, *adn; in nf_tables_commit_audit_free() local
8373 list_for_each_entry_safe(adp, adn, adl, list) { in nf_tables_commit_audit_free()
8374 list_del(&adp->list); in nf_tables_commit_audit_free()
[all …]