Searched refs:nft_trans_elem (Results 1 – 2 of 2) sorted by relevance
1023 struct nft_trans_elem { struct1029 (((struct nft_trans_elem *)trans->data)->set) argument1030 #define nft_trans_elem(trans) \ macro1031 (((struct nft_trans_elem *)trans->data)->elem)
3248 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_elem)); in nft_trans_elem_alloc()3440 nft_trans_elem(trans) = elem; in nft_add_set_elem()3540 nft_trans_elem(trans) = elem; in nft_del_setelem()3810 nft_trans_elem(trans).priv); in nf_tables_commit_release()3820 struct nft_trans_elem *te; in nf_tables_commit()3897 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()3906 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()3947 nft_trans_elem(trans).priv); in nf_tables_abort_release()3957 struct nft_trans_elem *te; in nf_tables_abort()4017 te = (struct nft_trans_elem *)trans->data; in nf_tables_abort()[all …]