]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/net/flow_dissector.h
net/sched: cls_flower: Add UDP port to tunnel parameters
[thirdparty/linux.git] / include / net / flow_dissector.h
index 4e7cf38a7750c44620372c6dabe12f4e6177f1af..c4f31666afd24695b9d83688f0800ebcc017114b 100644 (file)
@@ -132,6 +132,7 @@ enum flow_dissector_key_id {
        FLOW_DISSECTOR_KEY_ENC_IPV4_ADDRS, /* struct flow_dissector_key_ipv4_addrs */
        FLOW_DISSECTOR_KEY_ENC_IPV6_ADDRS, /* struct flow_dissector_key_ipv6_addrs */
        FLOW_DISSECTOR_KEY_ENC_CONTROL, /* struct flow_dissector_key_control */
+       FLOW_DISSECTOR_KEY_ENC_PORTS, /* struct flow_dissector_key_ports */
 
        FLOW_DISSECTOR_KEY_MAX,
 };