Searched refs:nft_trans_flowtable (Results 1 – 2 of 2) sorted by relevance
1550 struct nft_trans_flowtable { struct1557 #define nft_trans_flowtable(trans) \ macro1558 (((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)
525 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 …]