Searched refs:nft_trans_elem (Results 1 – 2 of 2) sorted by relevance
1050 struct nft_trans_elem { struct1056 (((struct nft_trans_elem *)trans->data)->set) argument1057 #define nft_trans_elem(trans) \ macro1058 (((struct nft_trans_elem *)trans->data)->elem)
3317 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_elem)); in nft_trans_elem_alloc()3509 nft_trans_elem(trans) = elem; in nft_add_set_elem()3608 nft_trans_elem(trans) = elem; in nft_del_setelem()3878 nft_trans_elem(trans).priv); in nf_tables_commit_release()3888 struct nft_trans_elem *te; in nf_tables_commit()3965 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()3974 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()4015 nft_trans_elem(trans).priv); in nf_tables_abort_release()4025 struct nft_trans_elem *te; in nf_tables_abort()4086 te = (struct nft_trans_elem *)trans->data; in nf_tables_abort()[all …]