Searched refs:BPF_CGROUP_SOCK_OPS (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tcpnotify_user.c | 99 rv = bpf_prog_attach(prog_fd, cg_fd, BPF_CGROUP_SOCK_OPS, 0); in main() 163 bpf_prog_detach(cg_fd, BPF_CGROUP_SOCK_OPS); in main()
|
H A D | test_sockmap.c | 1005 err = bpf_prog_attach(prog_fd[3], cg_fd, BPF_CGROUP_SOCK_OPS, 0); in run_options() 1283 bpf_prog_detach2(prog_fd[3], cg_fd, BPF_CGROUP_SOCK_OPS); in run_options() 1791 BPF_CGROUP_SOCK_OPS,
|
H A D | veristat.c | 844 { "bpf_sock_ops", "bpf_sock_ops_kern", BPF_PROG_TYPE_SOCK_OPS, BPF_CGROUP_SOCK_OPS }, in guess_prog_type_by_ctx_name()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | section_names.c | 77 {0, BPF_PROG_TYPE_SOCK_OPS, BPF_CGROUP_SOCK_OPS}, 78 {0, BPF_CGROUP_SOCK_OPS},
|
H A D | tcp_rtt.c | 106 err = bpf_prog_attach(prog_fd, cgroup_fd, BPF_CGROUP_SOCK_OPS, 0); in run_test()
|
H A D | mptcp.c | 171 err = bpf_prog_attach(prog_fd, cgroup_fd, BPF_CGROUP_SOCK_OPS, 0); in run_test()
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_cgrp_storage.rst | 89 like BPF_CGROUP_INET_INGRESS or BPF_CGROUP_SOCK_OPS, etc.
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 146 | ``BPF_PROG_TYPE_SOCK_OPS`` | ``BPF_CGROUP_SOCK_OPS`` | ``sockops`` …
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 1141 case BPF_CGROUP_SOCK_OPS: return "sock_ops"; in bpf_attach_type_input_str()
|
/openbmc/linux/kernel/bpf/ |
H A D | cgroup.c | 2553 case BPF_CGROUP_SOCK_OPS: in cgroup_common_func_proto() 2568 case BPF_CGROUP_SOCK_OPS: in cgroup_common_func_proto()
|
H A D | syscall.c | 3783 case BPF_CGROUP_SOCK_OPS: in attach_type_to_prog_type() 4060 case BPF_CGROUP_SOCK_OPS: in bpf_prog_query()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1014 BPF_CGROUP_SOCK_OPS, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1014 BPF_CGROUP_SOCK_OPS, enumerator
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 80 [BPF_CGROUP_SOCK_OPS] = "cgroup_sock_ops", 8832 SEC_DEF("sockops", SOCK_OPS, BPF_CGROUP_SOCK_OPS, SEC_ATTACHABLE_OPT),
|