Searched refs:nft_trans_elem (Results 1 – 2 of 2) sorted by relevance
1524 struct nft_trans_elem { struct1531 (((struct nft_trans_elem *)trans->data)->set) argument1532 #define nft_trans_elem(trans) \ macro1533 (((struct nft_trans_elem *)trans->data)->elem)1535 (((struct nft_trans_elem *)trans->data)->bound)
5301 trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_elem)); in nft_trans_elem_alloc()5969 nft_trans_elem(trans) = elem; in nft_add_set_elem()6170 nft_trans_elem(trans) = elem; in nft_del_setelem()6192 sizeof(struct nft_trans_elem), GFP_ATOMIC); in nft_setelem_flush()6204 nft_trans_elem(trans) = *elem; in nft_setelem_flush()6220 sizeof(struct nft_trans_elem), GFP_KERNEL); in __nft_set_catchall_flush()6226 nft_trans_elem(trans) = *elem; in __nft_set_catchall_flush()8197 nft_trans_elem(trans).priv); in nft_commit_release()8533 struct nft_trans_elem *te; in nf_tables_commit()8669 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()[all …]