nft_trans_alloc
trans = nft_trans_alloc(ctx, NFT_MSG_NEWTABLE,
trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_table));
trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_chain));
trans = nft_trans_alloc(ctx, msg_type, struct_size(te, elems, 1));
trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_rule));
trans = nft_trans_alloc(ctx, NFT_MSG_DELSETELEM,
trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_set));
trans = nft_trans_alloc(ctx, NFT_MSG_NEWOBJ,
trans = nft_trans_alloc(ctx, msg_type, sizeof(struct nft_trans_obj));
trans = nft_trans_alloc(ctx, NFT_MSG_NEWFLOWTABLE,
trans = nft_trans_alloc(ctx, NFT_MSG_DELFLOWTABLE,
trans = nft_trans_alloc(ctx, msg_type,