Searched refs:BPF_CGROUP_SETSOCKOPT (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt.c | 421 .attach_type = BPF_CGROUP_SETSOCKOPT, 433 .attach_type = BPF_CGROUP_SETSOCKOPT, 444 .attach_type = BPF_CGROUP_SETSOCKOPT, 466 .attach_type = BPF_CGROUP_SETSOCKOPT, 489 .attach_type = BPF_CGROUP_SETSOCKOPT, 515 .attach_type = BPF_CGROUP_SETSOCKOPT, 533 .attach_type = BPF_CGROUP_SETSOCKOPT, 569 .attach_type = BPF_CGROUP_SETSOCKOPT, 587 .attach_type = BPF_CGROUP_SETSOCKOPT, 623 .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},
|
H A D | ctx_rewrite.c | 170 .expected_attach_type = BPF_CGROUP_SETSOCKOPT, 176 .expected_attach_type = BPF_CGROUP_SETSOCKOPT, 182 .expected_attach_type = BPF_CGROUP_SETSOCKOPT,
|
/openbmc/linux/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
|
/openbmc/linux/tools/testing/selftests/bpf/verifier/ |
H A D | event_output.c | 115 .expected_attach_type = BPF_CGROUP_SETSOCKOPT,
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 34 | | ``BPF_CGROUP_SETSOCKOPT`` | ``cgroup/set…
|
/openbmc/linux/kernel/bpf/ |
H A D | cgroup.c | 2352 if (prog->expected_attach_type == BPF_CGROUP_SETSOCKOPT) in cg_sockopt_func_proto() 2356 if (prog->expected_attach_type == BPF_CGROUP_SETSOCKOPT) in cg_sockopt_func_proto() 2397 BPF_CGROUP_SETSOCKOPT; in cg_sockopt_is_valid_access()
|
H A D | syscall.c | 2502 case BPF_CGROUP_SETSOCKOPT: in bpf_prog_load_check_attach() 3800 case BPF_CGROUP_SETSOCKOPT: in attach_type_to_prog_type() 4064 case BPF_CGROUP_SETSOCKOPT: in bpf_prog_query()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 1159 case BPF_CGROUP_SETSOCKOPT: return "setsockopt"; in bpf_attach_type_input_str()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1033 BPF_CGROUP_SETSOCKOPT, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1033 BPF_CGROUP_SETSOCKOPT, enumerator
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 848 { "bpf_sockopt", "bpf_sockopt_kern", BPF_PROG_TYPE_CGROUP_SOCKOPT, BPF_CGROUP_SETSOCKOPT }, in guess_prog_type_by_ctx_name()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 98 [BPF_CGROUP_SETSOCKOPT] = "cgroup_setsockopt", 8861 SEC_DEF("cgroup/setsockopt", CGROUP_SOCKOPT, BPF_CGROUP_SETSOCKOPT, SEC_ATTACHABLE),
|