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
@@ -239,8 +239,8 @@ static inline void flow_stats_update(struct flow_stats *flow_stats,
|
||||
}
|
||||
|
||||
enum flow_block_command {
|
||||
TC_BLOCK_BIND,
|
||||
TC_BLOCK_UNBIND,
|
||||
FLOW_BLOCK_BIND,
|
||||
FLOW_BLOCK_UNBIND,
|
||||
};
|
||||
|
||||
enum flow_block_binder_type {
|
||||
|
@@ -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