Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netfilter/
Dnf_tables.h1369 struct nft_trans_flowtable { struct
1373 #define nft_trans_flowtable(trans) \ argument
1374 (((struct nft_trans_flowtable *)trans->data)->flowtable)
/Linux-v4.19/net/netfilter/
Dnf_tables_api.c373 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
380 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
6191 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()
6481 nft_clear(net, nft_trans_flowtable(trans)); in nf_tables_commit()
6483 nft_trans_flowtable(trans), in nf_tables_commit()
6488 list_del_rcu(&nft_trans_flowtable(trans)->list); in nf_tables_commit()
6490 nft_trans_flowtable(trans), in nf_tables_commit()
6493 nft_trans_flowtable(trans)); in nf_tables_commit()
6528 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nf_tables_abort_release()
6622 list_del_rcu(&nft_trans_flowtable(trans)->list); in __nf_tables_abort()
[all …]