Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/netfilter/
Dnf_tables.h1616 struct nft_trans_flowtable { struct
1623 #define nft_trans_flowtable(trans) \ argument
1624 (((struct nft_trans_flowtable *)trans->data)->flowtable)
1626 (((struct nft_trans_flowtable *)trans->data)->update)
1628 (((struct nft_trans_flowtable *)trans->data)->hook_list)
1630 (((struct nft_trans_flowtable *)trans->data)->flags)
/Linux-v6.1/net/netfilter/
Dnf_tables_api.c540 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
548 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
7593 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()
7601 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()
7783 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()
7789 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()
8487 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()
9039 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit()
9042 nft_trans_flowtable(trans), in nf_tables_commit()
9046 &nft_trans_flowtable(trans)->hook_list); in nf_tables_commit()
[all …]