summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/net/bpf/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/net/bpf/constants.go')
-rw-r--r--vendor/golang.org/x/net/bpf/constants.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/golang.org/x/net/bpf/constants.go b/vendor/golang.org/x/net/bpf/constants.go
index 2c8bbab7f..ccf6adafb 100644
--- a/vendor/golang.org/x/net/bpf/constants.go
+++ b/vendor/golang.org/x/net/bpf/constants.go
@@ -70,6 +70,9 @@ type Extension int
// Extension functions available in the Linux kernel.
const (
+ // extOffset is the negative maximum number of instructions used
+ // to load instructions by overloading the K argument.
+ extOffset = -0x1000
// ExtLen returns the length of the packet.
ExtLen Extension = 1
// ExtProto returns the packet's L3 protocol type.