Searched refs:nft_trans_elem (Results 1 – 2 of 2) sorted by relevance
1419 struct nft_trans_elem { struct1426 (((struct nft_trans_elem *)trans->data)->set) argument1427 #define nft_trans_elem(trans) \ macro1428 (((struct nft_trans_elem *)trans->data)->elem)1430 (((struct nft_trans_elem *)trans->data)->bound)
4373 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_elem)); in nft_trans_elem_alloc()4656 nft_trans_elem(trans) = elem; in nft_add_set_elem()4830 nft_trans_elem(trans) = elem; in nft_del_setelem()4853 sizeof(struct nft_trans_elem), GFP_ATOMIC); in nft_flush_set()4865 nft_trans_elem(trans) = *elem; in nft_flush_set()6528 nft_trans_elem(trans).priv); in nft_commit_release()6729 struct nft_trans_elem *te; in nf_tables_commit()6851 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()6860 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()6929 nft_trans_elem(trans).priv, true); in nf_tables_abort_release()[all …]