Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/netfilter/
Dnf_tables.h1550 struct nft_trans_flowtable { struct
1557 #define nft_trans_flowtable(trans) \ macro
1558 (((struct nft_trans_flowtable *)trans->data)->flowtable)
1560 (((struct nft_trans_flowtable *)trans->data)->update)
1562 (((struct nft_trans_flowtable *)trans->data)->hook_list)
1564 (((struct nft_trans_flowtable *)trans->data)->flags)
/Linux-v5.15/net/netfilter/
Dnf_tables_api.c525 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
532 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
7308 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()
7316 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()
7497 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()
7503 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()
8206 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()
8710 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit()
8713 nft_trans_flowtable(trans), in nf_tables_commit()
8717 &nft_trans_flowtable(trans)->hook_list); in nf_tables_commit()
[all …]