summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
diff options
context:
space:
mode:
authorLawrence Brakmo2017-07-01 05:02:41 +0200
committerDavid S. Miller2017-07-02 01:15:13 +0200
commitae16189efb0fe2bdc5e702bd6221ed6d0ff5babd (patch)
tree59dfe86ee7237f06ac230eacc7bf5bddf6dbdb77 /include/uapi/linux/bpf.h
parentbpf: BPF support for sock_ops (diff)
downloadkernel-qcow2-linux-ae16189efb0fe2bdc5e702bd6221ed6d0ff5babd.tar.gz
kernel-qcow2-linux-ae16189efb0fe2bdc5e702bd6221ed6d0ff5babd.tar.xz
kernel-qcow2-linux-ae16189efb0fe2bdc5e702bd6221ed6d0ff5babd.zip
bpf: program to load and attach sock_ops BPF progs
The program load_sock_ops can be used to load sock_ops bpf programs and to attach it to an existing (v2) cgroup. It can also be used to detach sock_ops programs. Examples: load_sock_ops [-l] <cg-path> <prog filename> Load and attaches a sock_ops program at the specified cgroup. If "-l" is used, the program will continue to run to output the BPF log buffer. If the specified filename does not end in ".o", it appends "_kern.o" to the name. load_sock_ops -r <cg-path> Detaches the currently attached sock_ops program from the specified cgroup. Signed-off-by: Lawrence Brakmo <brakmo@fb.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/bpf.h')
0 files changed, 0 insertions, 0 deletions