unix: re-generate linux consts after CL 283413

ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF was removed from linux/types.go and
mkerrors.sh will catch it instead.

Change-Id: I76e063cbfee4411e5ea9f2e0e5359e169d56b195
Reviewed-on: https://go-review.googlesource.com/c/sys/+/283595
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Trust: Matt Layher <mdlayher@gmail.com>
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
diff --git a/unix/zerrors_linux.go b/unix/zerrors_linux.go
index 9556fad..b3463a8 100644
--- a/unix/zerrors_linux.go
+++ b/unix/zerrors_linux.go
@@ -609,6 +609,7 @@
 	ETHTOOL_RXNTUPLE_ACTION_DROP                = -0x1
 	ETHTOOL_RX_FLOW_SPEC_RING                   = 0xffffffff
 	ETHTOOL_RX_FLOW_SPEC_RING_VF                = 0xff00000000
+	ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF            = 0x20
 	ETHTOOL_SCHANNELS                           = 0x3d
 	ETHTOOL_SCOALESCE                           = 0xf
 	ETHTOOL_SEEE                                = 0x45
diff --git a/unix/ztypes_linux.go b/unix/ztypes_linux.go
index d78ce07..9f3b1a4 100644
--- a/unix/ztypes_linux.go
+++ b/unix/ztypes_linux.go
@@ -3271,7 +3271,6 @@
 	ETHTOOL_LINK_EXT_SUBSTATE_BSI_UNSUPPORTED_RATE                          = 0x2
 	ETHTOOL_LINK_EXT_SUBSTATE_CI_UNSUPPORTED_CABLE                          = 0x1
 	ETHTOOL_LINK_EXT_SUBSTATE_CI_CABLE_TEST_FAILURE                         = 0x2
-	ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF                                        = 0x20
 	ETHTOOL_FLASH_ALL_REGIONS                                               = 0x0
 	ETHTOOL_F_UNSUPPORTED__BIT                                              = 0x0
 	ETHTOOL_F_WISH__BIT                                                     = 0x1