File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3551,8 +3551,8 @@ const (
3551
3551
3552
3552
// ethtool and its netlink interface, generated using:
3553
3553
//
3554
- // perl -nlE '/^\s*(ETHTOOL_\w+)/ && say "$1 = C.$1"' ethtool.h
3555
- // perl -nlE '/^\s*(ETHTOOL_\w+)/ && say "$1 = C.$1"' ethtool_netlink.h
3554
+ // perl -nlE '/^\s*(ETHTOOL_\w+)/ && say "$1 = C.$1"' /usr/include/linux/ ethtool.h
3555
+ // perl -nlE '/^\s*(ETHTOOL_\w+)/ && say "$1 = C.$1"' /usr/include/linux/ ethtool_netlink.h
3556
3556
//
3557
3557
// Note that a couple of constants produced by this command will be duplicated
3558
3558
// by mkerrors.sh, so some manual pruning was necessary.
@@ -3787,6 +3787,9 @@ const (
3787
3787
ETHTOOL_MSG_PSE_GET_REPLY = C .ETHTOOL_MSG_PSE_GET_REPLY
3788
3788
ETHTOOL_MSG_RSS_GET_REPLY = C .ETHTOOL_MSG_RSS_GET_REPLY
3789
3789
ETHTOOL_MSG_KERNEL_MAX = C .ETHTOOL_MSG_KERNEL_MAX
3790
+ ETHTOOL_FLAG_COMPACT_BITSETS = C .ETHTOOL_FLAG_COMPACT_BITSETS
3791
+ ETHTOOL_FLAG_OMIT_REPLY = C .ETHTOOL_FLAG_OMIT_REPLY
3792
+ ETHTOOL_FLAG_STATS = C .ETHTOOL_FLAG_STATS
3790
3793
ETHTOOL_A_HEADER_UNSPEC = C .ETHTOOL_A_HEADER_UNSPEC
3791
3794
ETHTOOL_A_HEADER_DEV_INDEX = C .ETHTOOL_A_HEADER_DEV_INDEX
3792
3795
ETHTOOL_A_HEADER_DEV_NAME = C .ETHTOOL_A_HEADER_DEV_NAME
You can’t perform that action at this time.
0 commit comments