| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockopt.c | 29 enum bpf_attach_type expected_attach_type; member 57 .expected_attach_type = 0, 69 .expected_attach_type = BPF_CGROUP_SETSOCKOPT, 80 .expected_attach_type = BPF_CGROUP_GETSOCKOPT, 101 .expected_attach_type = BPF_CGROUP_GETSOCKOPT, 125 .expected_attach_type = BPF_CGROUP_GETSOCKOPT, 151 .expected_attach_type = BPF_CGROUP_GETSOCKOPT, 431 .expected_attach_type = 0, 945 .expected_attach_type = 0, 959 .expected_attach_type = 0, [all …]
|
| H A D | sock_post_bind.c | 15 enum bpf_attach_type expected_attach_type; member 39 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND, 49 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND, 59 .expected_attach_type = 0, 69 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND, 79 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND, 92 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND, 121 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND, 151 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND, 281 enum bpf_attach_type expected_attach_type) in load_prog() argument [all …]
|
| H A D | sock_create.c | 18 enum bpf_attach_type expected_attach_type; member 40 .expected_attach_type = BPF_CGROUP_INET_SOCK_CREATE, 61 .expected_attach_type = BPF_CGROUP_INET_SOCK_CREATE, 92 .expected_attach_type = BPF_CGROUP_INET_SOCK_CREATE, 123 .expected_attach_type = BPF_CGROUP_INET_SOCK_CREATE, 144 .expected_attach_type = BPF_CGROUP_INET_SOCK_CREATE, 165 .expected_attach_type = BPF_CGROUP_INET_SOCK_CREATE, 198 .expected_attach_type = BPF_CGROUP_INET_SOCK_CREATE, 247 .expected_attach_type = 0, 256 enum bpf_attach_type expected_attach_type) in load_prog() argument [all …]
|
| H A D | section_names.c | 12 enum bpf_attach_type expected_attach_type; member 210 enum bpf_attach_type expected_attach_type; in test_prog_type_by_name() local 215 &expected_attach_type); in test_prog_type_by_name() 227 CHECK(expected_attach_type != test->expected_load.expected_attach_type, in test_prog_type_by_name() 229 expected_attach_type, test->sec_name); in test_prog_type_by_name()
|
| H A D | ctx_rewrite.c | 35 enum bpf_attach_type expected_attach_type; member 167 .expected_attach_type = BPF_CGROUP_GETSOCKOPT, 173 .expected_attach_type = BPF_CGROUP_SETSOCKOPT, 179 .expected_attach_type = BPF_CGROUP_SETSOCKOPT, 185 .expected_attach_type = BPF_CGROUP_SETSOCKOPT, 197 .expected_attach_type = BPF_CGROUP_GETSOCKOPT, 202 .expected_attach_type = BPF_CGROUP_GETSOCKOPT, 207 .expected_attach_type = BPF_CGROUP_GETSOCKOPT, 635 enum bpf_attach_type expected_attach_type; member 664 opts.expected_attach_type = pinfo->expected_attach_type; in match_program() [all …]
|
| H A D | fexit_stress.c | 26 .expected_attach_type = BPF_TRACE_FEXIT, in serial_test_fexit_stress() 32 trace_opts.expected_attach_type); in serial_test_fexit_stress()
|
| H A D | module_fentry_shadow.c | 71 .expected_attach_type = BPF_TRACE_FENTRY, in test_module_fentry_shadow()
|
| /linux-6.15/tools/testing/selftests/bpf/verifier/ |
| H A D | sleepable.c | 8 .expected_attach_type = BPF_TRACE_FENTRY, 21 .expected_attach_type = BPF_TRACE_FENTRY, 34 .expected_attach_type = BPF_MODIFY_RETURN, 47 .expected_attach_type = BPF_TRACE_ITER, 61 .expected_attach_type = BPF_LSM_MAC, 85 .expected_attach_type = BPF_TRACE_RAW_TP,
|
| H A D | ctx_sk_lookup.c | 259 .expected_attach_type = BPF_SK_LOOKUP, 274 .expected_attach_type = BPF_SK_LOOKUP, 287 .expected_attach_type = BPF_SK_LOOKUP, 301 .expected_attach_type = BPF_SK_LOOKUP, 314 .expected_attach_type = BPF_SK_LOOKUP, 328 .expected_attach_type = BPF_SK_LOOKUP, 342 .expected_attach_type = BPF_SK_LOOKUP, 355 .expected_attach_type = BPF_SK_LOOKUP, 369 .expected_attach_type = BPF_SK_LOOKUP, 383 .expected_attach_type = BPF_SK_LOOKUP, [all …]
|
| H A D | bpf_st_mem.c | 13 .expected_attach_type = BPF_SK_LOOKUP, 35 .expected_attach_type = BPF_SK_LOOKUP, 65 .expected_attach_type = BPF_SK_LOOKUP, 93 .expected_attach_type = BPF_SK_LOOKUP,
|
| H A D | wide_access.c | 12 .expected_attach_type = BPF_CGROUP_UDP6_SENDMSG, \ 54 .expected_attach_type = BPF_CGROUP_UDP6_SENDMSG, \
|
| H A D | event_output.c | 115 .expected_attach_type = BPF_CGROUP_SETSOCKOPT,
|
| H A D | atomic_fetch_add.c | 102 .expected_attach_type = BPF_TRACE_FENTRY,
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf_probes.c | 118 opts.expected_attach_type = BPF_CGROUP_INET4_CONNECT; in probe_prog_load() 121 opts.expected_attach_type = BPF_CGROUP_GETSOCKOPT; in probe_prog_load() 124 opts.expected_attach_type = BPF_SK_LOOKUP; in probe_prog_load() 130 opts.expected_attach_type = BPF_LIRC_MODE2; in probe_prog_load() 138 opts.expected_attach_type = BPF_TRACE_FENTRY; in probe_prog_load() 140 opts.expected_attach_type = BPF_MODIFY_RETURN; in probe_prog_load() 185 opts.expected_attach_type = BPF_NETFILTER; in probe_prog_load()
|
| H A D | features.c | 227 .expected_attach_type = BPF_CGROUP_INET_SOCK_CREATE, in probe_kern_exp_attach_type() 366 .expected_attach_type = BPF_TRACE_UPROBE_MULTI, in probe_uprobe_multi_link()
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 2588 if (!attr->expected_attach_type) in bpf_prog_load_fixup_attach_type() 2589 attr->expected_attach_type = in bpf_prog_load_fixup_attach_type() 2593 if (!attr->expected_attach_type) in bpf_prog_load_fixup_attach_type() 2594 attr->expected_attach_type = in bpf_prog_load_fixup_attach_type() 2633 switch (expected_attach_type) { in bpf_prog_load_check_attach() 2643 switch (expected_attach_type) { in bpf_prog_load_check_attach() 2666 switch (expected_attach_type) { in bpf_prog_load_check_attach() 2674 switch (expected_attach_type) { in bpf_prog_load_check_attach() 2686 switch (expected_attach_type) { in bpf_prog_load_check_attach() 2699 if (expected_attach_type) in bpf_prog_load_check_attach() [all …]
|
| H A D | bpf_lsm.c | 227 if (prog->expected_attach_type == BPF_LSM_CGROUP) { in bpf_lsm_func_proto() 258 if (prog->expected_attach_type != BPF_LSM_CGROUP) in bpf_lsm_func_proto() 268 if (prog->expected_attach_type != BPF_LSM_CGROUP) in bpf_lsm_func_proto()
|
| H A D | trampoline.c | 109 enum bpf_attach_type eatype = prog->expected_attach_type; in bpf_prog_has_trampoline() 511 switch (prog->expected_attach_type) { in bpf_attach_type_to_tramp() 701 p->expected_attach_type = BPF_LSM_MAC; in cgroup_shim_alloc() 1067 prog->expected_attach_type == BPF_LSM_CGROUP) in bpf_trampoline_enter() 1082 prog->expected_attach_type == BPF_LSM_CGROUP) in bpf_trampoline_exit()
|
| H A D | cgroup.c | 312 if (pl->prog->expected_attach_type == BPF_LSM_CGROUP) in cgroup_bpf_release() 317 if (pl->link->link.prog->expected_attach_type == BPF_LSM_CGROUP) in cgroup_bpf_release() 2367 if (prog->expected_attach_type == BPF_CGROUP_SETSOCKOPT) in cg_sockopt_func_proto() 2371 if (prog->expected_attach_type == BPF_CGROUP_SETSOCKOPT) in cg_sockopt_func_proto() 2404 return prog->expected_attach_type == in cg_sockopt_is_valid_access() 2411 return prog->expected_attach_type == in cg_sockopt_is_valid_access() 2439 return prog->expected_attach_type == BPF_CGROUP_GETSOCKOPT; in cg_sockopt_is_valid_access() 2565 switch (prog->expected_attach_type) { in cgroup_common_func_proto() 2583 switch (prog->expected_attach_type) { in cgroup_common_func_proto()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | prog.c | 1455 enum bpf_attach_type *expected_attach_type) in get_prog_type_by_name() argument 1460 ret = libbpf_prog_type_by_name(name, prog_type, expected_attach_type); in get_prog_type_by_name() 1466 ret = libbpf_prog_type_by_name(name, prog_type, expected_attach_type); in get_prog_type_by_name() 1526 enum bpf_attach_type expected_attach_type; in load_with_options() local 1559 &expected_attach_type); in load_with_options() 1573 &expected_attach_type); in load_with_options() 1710 &expected_attach_type); in load_with_options() 1723 bpf_program__set_expected_attach_type(pos, expected_attach_type); in load_with_options()
|
| /linux-6.15/kernel/trace/ |
| H A D | bpf_trace.c | 952 prog->expected_attach_type == BPF_TRACE_ITER) in BTF_ID() 1572 return prog->expected_attach_type == BPF_TRACE_KPROBE_MULTI || in is_kprobe_multi() 1573 prog->expected_attach_type == BPF_TRACE_KPROBE_SESSION; in is_kprobe_multi() 1578 return prog->expected_attach_type == BPF_TRACE_KPROBE_SESSION; in is_kprobe_session() 1583 return prog->expected_attach_type == BPF_TRACE_UPROBE_MULTI || in is_uprobe_multi() 1584 prog->expected_attach_type == BPF_TRACE_UPROBE_SESSION; in is_uprobe_multi() 2011 return prog->expected_attach_type == BPF_TRACE_ITER ? in tracing_prog_func_proto() 2015 return prog->expected_attach_type == BPF_TRACE_ITER ? in tracing_prog_func_proto() 2019 return prog->expected_attach_type == BPF_TRACE_ITER ? in tracing_prog_func_proto() 2032 prog->expected_attach_type == BPF_TRACE_RAW_TP) in tracing_prog_func_proto() [all …]
|
| /linux-6.15/net/core/ |
| H A D | sock_reuseport.c | 476 (prog && prog->expected_attach_type == BPF_SK_REUSEPORT_SELECT_OR_MIGRATE)) { in reuseport_stop_listen_sock() 646 if (!prog || prog->expected_attach_type != BPF_SK_REUSEPORT_SELECT_OR_MIGRATE) { in reuseport_migrate_sock()
|
| /linux-6.15/net/bpf/ |
| H A D | bpf_dummy_struct_ops.c | 176 op_idx = prog->expected_attach_type; in bpf_struct_ops_test_run()
|
| /linux-6.15/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 144 midx = prog->expected_attach_type; in prog_ops_moff()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 159 enum bpf_attach_type expected_attach_type; member 1561 opts.expected_attach_type = test->expected_attach_type; in do_test_single() 1577 opts.expected_attach_type); in do_test_single()
|