samples: bpf: remove load_sock_ops in favour of bpftool
[linux-2.6-microblaze.git] / samples / bpf / tcp_bufs_kern.c
index 0566b7f..e03e204 100644 (file)
@@ -9,7 +9,7 @@
  * doing appropriate checks that indicate the hosts are far enough
  * away (i.e. large RTT).
  *
- * 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>