Searched refs:nft_trans_elem (Results 1 – 2 of 2) sorted by relevance
1485 struct nft_trans_elem { struct1492 (((struct nft_trans_elem *)trans->data)->set) argument1493 #define nft_trans_elem(trans) \ macro1494 (((struct nft_trans_elem *)trans->data)->elem)1496 (((struct nft_trans_elem *)trans->data)->bound)
5017 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_elem)); in nft_trans_elem_alloc()5400 nft_trans_elem(trans) = elem; in nft_add_set_elem()5595 nft_trans_elem(trans) = elem; in nft_del_setelem()5617 sizeof(struct nft_trans_elem), GFP_ATOMIC); in nft_flush_set()5629 nft_trans_elem(trans) = *elem; in nft_flush_set()7538 nft_trans_elem(trans).priv); in nft_commit_release()7858 struct nft_trans_elem *te; in nf_tables_commit()7996 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()8005 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()8113 nft_trans_elem(trans).priv, true); in nf_tables_abort_release()[all …]