Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/netfilter/
Dnf_tables.h1507 struct nft_trans_flowtable { struct
1513 #define nft_trans_flowtable(trans) \ argument
1514 (((struct nft_trans_flowtable *)trans->data)->flowtable)
1516 (((struct nft_trans_flowtable *)trans->data)->update)
1518 (((struct nft_trans_flowtable *)trans->data)->hook_list)
/Linux-v5.10/net/netfilter/
Dnf_tables_api.c477 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
484 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
6655 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()
6662 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()
6842 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()
6848 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()
7547 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()
7970 nft_trans_flowtable(trans), in nf_tables_commit()
7974 &nft_trans_flowtable(trans)->hook_list); in nf_tables_commit()
7976 nft_clear(net, nft_trans_flowtable(trans)); in nf_tables_commit()
[all …]