diff options
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r-- | include/linux/ethtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index eb1a48da2d43..edd03b79e8f8 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h | |||
@@ -674,6 +674,8 @@ struct ethtool_ops { | |||
674 | #define AH_V6_FLOW 0x0b | 674 | #define AH_V6_FLOW 0x0b |
675 | #define ESP_V6_FLOW 0x0c | 675 | #define ESP_V6_FLOW 0x0c |
676 | #define IP_USER_FLOW 0x0d | 676 | #define IP_USER_FLOW 0x0d |
677 | #define IPV4_FLOW 0x10 | ||
678 | #define IPV6_FLOW 0x11 | ||
677 | 679 | ||
678 | /* L3-L4 network traffic flow hash options */ | 680 | /* L3-L4 network traffic flow hash options */ |
679 | #define RXH_L2DA (1 << 1) | 681 | #define RXH_L2DA (1 << 1) |