Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h1511 struct nft_trans_flowtable { struct
1518 #define nft_trans_flowtable(trans) \ argument
1519 (((struct nft_trans_flowtable *)trans->data)->flowtable)
1521 (((struct nft_trans_flowtable *)trans->data)->update)
1523 (((struct nft_trans_flowtable *)trans->data)->hook_list)
1525 (((struct nft_trans_flowtable *)trans->data)->flags)
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_tables_api.c513 sizeof(struct nft_trans_flowtable)); in nft_trans_flowtable_add()
521 nft_trans_flowtable(trans) = flowtable; in nft_trans_flowtable_add()
6681 sizeof(struct nft_trans_flowtable)); in nft_flowtable_update()
6689 nft_trans_flowtable(trans) = flowtable; in nft_flowtable_update()
6872 sizeof(struct nft_trans_flowtable)); in nft_delflowtable_hook()
6878 nft_trans_flowtable(trans) = flowtable; in nft_delflowtable_hook()
7547 nf_tables_flowtable_destroy(nft_trans_flowtable(trans)); in nft_commit_release()
8035 nft_trans_flowtable(trans)->data.flags = in nf_tables_commit()
8038 nft_trans_flowtable(trans), in nf_tables_commit()
8042 &nft_trans_flowtable(trans)->hook_list); in nf_tables_commit()
[all …]