Searched refs:BPF_CGROUP_SETSOCKOPT (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockopt.c | 61 .expected_attach_type = BPF_CGROUP_SETSOCKOPT, 393 .attach_type = BPF_CGROUP_SETSOCKOPT, 405 .attach_type = BPF_CGROUP_SETSOCKOPT, 416 .attach_type = BPF_CGROUP_SETSOCKOPT, 417 .expected_attach_type = BPF_CGROUP_SETSOCKOPT, 438 .attach_type = BPF_CGROUP_SETSOCKOPT, 439 .expected_attach_type = BPF_CGROUP_SETSOCKOPT, 461 .attach_type = BPF_CGROUP_SETSOCKOPT, 462 .expected_attach_type = BPF_CGROUP_SETSOCKOPT, 487 .attach_type = BPF_CGROUP_SETSOCKOPT, [all …]
|
| H A D | section_names.c | 158 {0, BPF_PROG_TYPE_CGROUP_SOCKOPT, BPF_CGROUP_SETSOCKOPT}, 159 {0, BPF_CGROUP_SETSOCKOPT},
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | prog_cgroup_sockopt.rst | 12 * ``BPF_CGROUP_SETSOCKOPT`` - called every time process executes ``setsockopt`` 18 BPF_CGROUP_SETSOCKOPT chapter 21 ``BPF_CGROUP_SETSOCKOPT`` is triggered *before* the kernel handling of 82 Same for ``BPF_CGROUP_SETSOCKOPT``: if the program is attached to
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/ |
| H A D | event_output.c | 115 .expected_attach_type = BPF_CGROUP_SETSOCKOPT,
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cgroup.c | 1396 __cgroup_bpf_prog_array_is_empty(cgrp, BPF_CGROUP_SETSOCKOPT)) in __cgroup_bpf_run_filter_setsockopt() 1417 ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[BPF_CGROUP_SETSOCKOPT], in __cgroup_bpf_run_filter_setsockopt() 1860 BPF_CGROUP_SETSOCKOPT; in cg_sockopt_is_valid_access()
|
| H A D | syscall.c | 2051 case BPF_CGROUP_SETSOCKOPT: in bpf_prog_load_check_attach() 2975 case BPF_CGROUP_SETSOCKOPT: in attach_type_to_prog_type() 3114 case BPF_CGROUP_SETSOCKOPT: in bpf_prog_query()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | common.c | 56 [BPF_CGROUP_SETSOCKOPT] = "setsockopt",
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 227 BPF_CGROUP_SETSOCKOPT, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 227 BPF_CGROUP_SETSOCKOPT, enumerator
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 8455 BPF_CGROUP_SETSOCKOPT),
|