Home
last modified time | relevance | path

Searched refs:attach_btf_id (Results 1 – 25 of 25) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_lsm.c79 prog->aux->attach_btf_id)) { in BTF_SET_END()
106 if (!btf_id_set_contains(&bpf_lsm_hooks, prog->aux->attach_btf_id)) { in bpf_lsm_verify_prog()
108 prog->aux->attach_btf_id, prog->aux->attach_func_name); in bpf_lsm_verify_prog()
145 return bpf_lsm_is_sleepable_hook(prog->aux->attach_btf_id); in bpf_ima_inode_hash_allowed()
235 prog->aux->attach_btf_id)) in bpf_lsm_func_proto()
238 prog->aux->attach_btf_id)) in bpf_lsm_func_proto()
245 prog->aux->attach_btf_id)) in bpf_lsm_func_proto()
248 prog->aux->attach_btf_id)) in bpf_lsm_func_proto()
383 return !btf_id_set_contains(&untrusted_lsm_hooks, prog->aux->attach_btf_id); in bpf_lsm_is_trusted()
H A Dcgroup.c131 u32 attach_btf_id; member
148 if (cgroup_lsm_atype[i].attach_btf_id == attach_btf_id) in bpf_cgroup_atype_find()
152 if (cgroup_lsm_atype[i].attach_btf_id == 0) in bpf_cgroup_atype_find()
165 WARN_ON_ONCE(cgroup_lsm_atype[i].attach_btf_id && in bpf_cgroup_atype_get()
166 cgroup_lsm_atype[i].attach_btf_id != attach_btf_id); in bpf_cgroup_atype_get()
168 cgroup_lsm_atype[i].attach_btf_id = attach_btf_id; in bpf_cgroup_atype_get()
178 cgroup_lsm_atype[i].attach_btf_id = 0; in bpf_cgroup_atype_put()
957 u32 attach_btf_id = 0; in __cgroup_bpf_detach() local
961 attach_btf_id = prog->aux->attach_btf_id; in __cgroup_bpf_detach()
963 attach_btf_id = link->link.prog->aux->attach_btf_id; in __cgroup_bpf_detach()
[all …]
H A Dbpf_iter.c336 tinfo->btf_id = prog->aux->attach_btf_id; in cache_btf_id()
343 u32 prog_btf_id = prog->aux->attach_btf_id; in bpf_iter_prog_supported()
380 if (tinfo->btf_id == prog->aux->attach_btf_id) { in bpf_iter_get_func_proto()
425 link->prog->aux->attach_btf_id != new_prog->aux->attach_btf_id) { in bpf_iter_link_replace()
538 prog_btf_id = prog->aux->attach_btf_id; in bpf_iter_link_attach()
H A Dtrampoline.c661 p->aux->attach_btf_id = prog->aux->attach_btf_id; in cgroup_shim_alloc()
669 bpf_cgroup_atype_get(p->aux->attach_btf_id, cgroup_atype); in cgroup_shim_alloc()
703 prog->aux->attach_btf_id, in bpf_trampoline_link_cgroup_shim()
709 prog->aux->attach_btf_id); in bpf_trampoline_link_cgroup_shim()
766 prog->aux->attach_btf_id); in bpf_trampoline_unlink_cgroup_shim()
H A Dsyscall.c2792 } else if (attr->attach_btf_id) { in bpf_prog_load()
2807 attach_btf, attr->attach_btf_id, in bpf_prog_load()
2831 prog->aux->attach_btf_id = attr->attach_btf_id; in bpf_prog_load()
3455 btf_id = prog->aux->attach_btf_id; in bpf_tracing_prog_attach()
4790 info.attach_btf_id = prog->aux->attach_btf_id; in bpf_prog_get_info_by_fd()
H A Dbpf_struct_ops.c702 prog->aux->attach_btf_id != st_ops_desc->type_id || in bpf_struct_ops_map_update_elem()
H A Dverifier.c15652 if (!env->prog->aux->attach_btf_id) in check_return_code()
21053 if (!prog->aux->attach_btf_id) in check_struct_ops_btf_id()
21067 btf_id = prog->aux->attach_btf_id; in check_struct_ops_btf_id()
21476 u32 btf_id = prog->aux->attach_btf_id; in check_attach_btf_id()
/linux/tools/bpf/bpftool/
H A Dcgroup.c157 info.attach_btf_id < btf__type_cnt(btf_vmlinux)) { in show_bpf_prog()
159 btf__type_by_id(btf_vmlinux, info.attach_btf_id); in show_bpf_prog()
179 jsonw_uint_field(json_wtr, "attach_btf_id", info.attach_btf_id); in show_bpf_prog()
193 else if (info.attach_btf_id) in show_bpf_prog()
195 info.attach_btf_obj_id, info.attach_btf_id); in show_bpf_prog()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c459 static int load_fentry(int attach_prog_fd, int attach_btf_id) in load_fentry() argument
464 .attach_btf_id = attach_btf_id, in load_fentry()
516 ASSERT_EQ(info.attach_btf_id, btf_id, "info.attach_btf_id"); in test_fentry_to_cgroup_bpf()
H A Dfexit_stress.c34 trace_opts.attach_btf_id = err; in serial_test_fexit_stress()
H A Dmodule_fentry_shadow.c99 load_opts.attach_btf_id = btf_id[i]; in test_module_fentry_shadow()
H A Dlsm_cgroup.c54 if (info.attach_btf_id == in query_prog_cnt()
/linux/tools/lib/bpf/
H A Dlibbpf_probes.c141 opts.attach_btf_id = 1; in probe_prog_load()
150 opts.attach_btf_id = 1; in probe_prog_load()
H A Dgen_loader.c953 attr.attach_btf_id = load_attr->attach_btf_id; in bpf_gen__prog_load()
1011 offsetof(union bpf_attr, attach_btf_id))); in bpf_gen__prog_load()
H A Dbpf.h83 __u32 attach_btf_id; member
H A Dbpf.c288 attr.attach_btf_id = OPTS_GET(opts, attach_btf_id, 0); in bpf_prog_load()
H A Dlibbpf.c485 __u32 attach_btf_id; member
1259 if (!prog->attach_btf_id) { in bpf_map__init_kern_struct_ops()
1260 prog->attach_btf_id = kern_type_id; in bpf_map__init_kern_struct_ops()
1269 if (prog->attach_btf_id != kern_type_id) { in bpf_map__init_kern_struct_ops()
1272 prog->attach_btf_id, kern_type_id); in bpf_map__init_kern_struct_ops()
7359 if ((def & SEC_ATTACH_BTF) && !prog->attach_btf_id) { in libbpf_prepare_prog_load()
7386 prog->attach_btf_id = btf_type_id; in libbpf_prepare_prog_load()
7394 opts->attach_btf_id = btf_type_id; in libbpf_prepare_prog_load()
7427 if (prog->attach_btf_id == 0) { in bpf_object_load_prog()
7444 load_attr.attach_btf_id = prog->attach_btf_id; in bpf_object_load_prog()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c1578 int attach_btf_id; in do_test_single() local
1580 attach_btf_id = libbpf_find_vmlinux_btf_id(test->kfunc, in do_test_single()
1582 if (attach_btf_id < 0) { in do_test_single()
1589 opts.attach_btf_id = attach_btf_id; in do_test_single()
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c149 if (prog->aux->attach_btf_id != type_id) in bpf_struct_ops_test_run()
/linux/Documentation/bpf/
H A Ddrgn.rst136 .attach_btf_id = (u32)0,
/linux/include/uapi/linux/
H A Dbpf.h1552 __u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member
6590 __u32 attach_btf_id; member
/linux/tools/include/uapi/linux/
H A Dbpf.h1552 __u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member
6590 __u32 attach_btf_id; member
/linux/net/core/
H A Dbpf_sk_storage.c377 btf_id = prog->aux->attach_btf_id; in bpf_sk_storage_tracing_allowed()
/linux/include/linux/
H A Dbpf.h1451 u32 attach_btf_id; /* in-kernel BTF type id to attach to */ member
3392 void bpf_cgroup_atype_get(u32 attach_btf_id, int cgroup_atype);
3395 static inline void bpf_cgroup_atype_get(u32 attach_btf_id, int cgroup_atype) {} in bpf_cgroup_atype_get() argument
/linux/kernel/trace/
H A Dbpf_trace.c960 return bpf_lsm_is_sleepable_hook(prog->aux->attach_btf_id); in BTF_ID()
963 prog->aux->attach_btf_id); in BTF_ID()