Commit 82ec6630 authored by YueHaibing's avatar YueHaibing Committed by Pablo Neira Ayuso
Browse files

netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCK



commit 9a32669f ("netfilter: nf_tables_offload: support indr block call")
left behind this.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 002f2176
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -323,8 +323,6 @@ static int nft_indr_block_offload_cmd(struct nft_base_chain *basechain,
	return nft_block_setup(basechain, &bo, cmd);
}

#define FLOW_SETUP_BLOCK TC_SETUP_BLOCK

static int nft_chain_offload_cmd(struct nft_base_chain *basechain,
				 struct net_device *dev,
				 enum flow_block_command cmd)