flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag
This flag is not used by any caller, remove it. Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
6c018b738a
commit
1cc26450a8
@@ -229,9 +229,8 @@ enum flow_dissector_key_id {
|
||||
};
|
||||
|
||||
#define FLOW_DISSECTOR_F_PARSE_1ST_FRAG BIT(0)
|
||||
#define FLOW_DISSECTOR_F_STOP_AT_L3 BIT(1)
|
||||
#define FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL BIT(2)
|
||||
#define FLOW_DISSECTOR_F_STOP_AT_ENCAP BIT(3)
|
||||
#define FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL BIT(1)
|
||||
#define FLOW_DISSECTOR_F_STOP_AT_ENCAP BIT(2)
|
||||
|
||||
struct flow_dissector_key {
|
||||
enum flow_dissector_key_id key_id;
|
||||
|
Reference in New Issue
Block a user