net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND
Rename from TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND and remove temporary tc_block_command alias. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
4e95bc268b
commit
9c0e189ec9
@@ -27,7 +27,6 @@ int register_tcf_proto_ops(struct tcf_proto_ops *ops);
|
||||
int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
|
||||
|
||||
#define tc_block_offload flow_block_offload
|
||||
#define tc_block_command flow_block_command
|
||||
#define tcf_block_binder_type flow_block_binder_type
|
||||
|
||||
struct tcf_block_ext_info {
|
||||
|
Reference in New Issue
Block a user