Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/netfilter/
Dnf_tables.h1445 struct nft_trans_flowtable { struct
1449 #define nft_trans_flowtable(trans) \ argument
1450 (((struct nft_trans_flowtable *)trans->data)->flowtable)
/Linux-v5.4/net/netfilter/
Dnf_tables_api.c416 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
423 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
6534 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()
6889 nft_clear(net, nft_trans_flowtable(trans)); in nf_tables_commit()
6891 nft_trans_flowtable(trans), in nf_tables_commit()
6896 list_del_rcu(&nft_trans_flowtable(trans)->list); in nf_tables_commit()
6898 nft_trans_flowtable(trans), in nf_tables_commit()
6901 nft_trans_flowtable(trans)); in nf_tables_commit()
6935 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nf_tables_abort_release()
7043 list_del_rcu(&nft_trans_flowtable(trans)->list); in __nf_tables_abort()
[all …]