We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330f45e commit 282d443Copy full SHA for 282d443
selftest/tc/main.go
@@ -54,7 +54,7 @@ func main() {
54
os.Exit(-1)
55
}
56
57
- var tcOpts bpf.TcOpts
+ var tcOpts bpf.TcOpts // https://elixir.bootlin.com/linux/v6.8.4/source/tools/testing/selftests/bpf/prog_tests/tc_bpf.c#L26
58
tcOpts.ProgFd = int(tcProg.GetFd())
59
tcOpts.Handle = 1
60
tcOpts.Priority = 1
0 commit comments