summaryrefslogtreecommitdiffstats
path: root/include/net/flow_dissector.h
diff options
context:
space:
mode:
authorStanislav Fomichev2019-05-31 23:05:06 +0200
committerDavid S. Miller2019-06-03 23:56:35 +0200
commit1cc26450a855aa35a6d515be14c539944d5f9648 (patch)
tree7dd93ed0fb6182d082b7a8e92193612e88d5e83a /include/net/flow_dissector.h
parentMerge tag 'mlx5-updates-2019-05-31' of git://git.kernel.org/pub/scm/linux/ker... (diff)
downloadkernel-qcow2-linux-1cc26450a855aa35a6d515be14c539944d5f9648.tar.gz
kernel-qcow2-linux-1cc26450a855aa35a6d515be14c539944d5f9648.tar.xz
kernel-qcow2-linux-1cc26450a855aa35a6d515be14c539944d5f9648.zip
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>
Diffstat (limited to 'include/net/flow_dissector.h')
-rw-r--r--include/net/flow_dissector.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net/flow_dissector.h b/include/net/flow_dissector.h
index 7c5a8d9a8d2a..797e19c2fc40 100644
--- a/include/net/flow_dissector.h
+++ b/include/net/flow_dissector.h
@@ -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;