Home
last modified time | relevance | path

Searched refs:attach_func_name (Results 1 – 11 of 11) sorted by relevance

/linux/kernel/bpf/preload/iterators/
A Diterators.bpf.c43 const char *attach_func_name; member
115 aux->attach_func_name, aux->dst_prog->aux->name); in dump_bpf_prog()
/linux/tools/testing/selftests/bpf/bpf_testmod/
A Dbpf_testmod.c1196 if (strcmp(prog->aux->attach_func_name, "test_prologue") && in st_ops_gen_prologue()
1197 strcmp(prog->aux->attach_func_name, "test_pro_epilogue")) in st_ops_gen_prologue()
1219 if (strcmp(prog->aux->attach_func_name, "test_epilogue") && in st_ops_gen_epilogue()
1220 strcmp(prog->aux->attach_func_name, "test_pro_epilogue")) in st_ops_gen_epilogue()
/linux/tools/lib/bpf/
A Dlibbpf.h816 int target_fd, const char *attach_func_name);
939 const char *attach_func_name);
A Dlibbpf.c12752 const char *attach_func_name) in bpf_program__attach_freplace() argument
12756 if (!!target_fd != !!attach_func_name) { in bpf_program__attach_freplace()
12771 btf_id = libbpf_find_prog_btf_id(attach_func_name, target_fd); in bpf_program__attach_freplace()
13576 const char *attach_func_name) in bpf_program__set_attach_target() argument
13586 if (attach_prog_fd && !attach_func_name) { in bpf_program__set_attach_target()
13595 btf_id = libbpf_find_prog_btf_id(attach_func_name, in bpf_program__set_attach_target()
13600 if (!attach_func_name) in bpf_program__set_attach_target()
13607 err = find_kernel_btf_id(prog->obj, attach_func_name, in bpf_program__set_attach_target()
/linux/Documentation/bpf/
A Ddrgn.rst149 .attach_func_name = (const char *)0x0,
/linux/kernel/bpf/
A Dbpf_lsm.c118 const char *func_name = prog->aux->attach_func_name; in bpf_lsm_verify_prog()
A Dbpf_iter.c340 const char *attach_fname = prog->aux->attach_func_name; in bpf_iter_prog_supported()
A Dsyscall.c3814 tp_name = prog->aux->attach_func_name; in bpf_raw_tp_link_attach()
A Dbtf.c6425 const char *tname = prog->aux->attach_func_name; in btf_ctx_access()
A Dverifier.c21819 prog->aux->attach_func_name = mname; in check_struct_ops_btf_id()
22251 prog->aux->attach_func_name = tgt_info.tgt_name; in check_attach_btf_id()
/linux/include/linux/
A Dbpf.h1498 const char *attach_func_name; member

Completed in 120 milliseconds