aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/tcp_clamp_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/bpf/tcp_clamp_kern.c')
-rw-r--r--samples/bpf/tcp_clamp_kern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/tcp_clamp_kern.c b/samples/bpf/tcp_clamp_kern.c
index f4225c9d2c0c..a0dc2d254aca 100644
--- a/samples/bpf/tcp_clamp_kern.c
+++ b/samples/bpf/tcp_clamp_kern.c
@@ -9,7 +9,7 @@
* the same datacenter. For his example, we assume they are within the same
* datacenter when the first 5.5 bytes of their IPv6 addresses are the same.
*
- * Use load_sock_ops to load this BPF program.
+ * Use "bpftool cgroup attach $cg sock_ops $prog" to load this BPF program.
*/
#include <uapi/linux/bpf.h>