net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*
Rename from TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* and remove temporary tcf_block_binder_type 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
9c0e189ec9
commit
32f8c4093a
@@ -244,9 +244,9 @@ enum flow_block_command {
|
||||
};
|
||||
|
||||
enum flow_block_binder_type {
|
||||
TCF_BLOCK_BINDER_TYPE_UNSPEC,
|
||||
TCF_BLOCK_BINDER_TYPE_CLSACT_INGRESS,
|
||||
TCF_BLOCK_BINDER_TYPE_CLSACT_EGRESS,
|
||||
FLOW_BLOCK_BINDER_TYPE_UNSPEC,
|
||||
FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS,
|
||||
FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS,
|
||||
};
|
||||
|
||||
struct tcf_block;
|
||||
|
||||
Reference in New Issue
Block a user