Home
last modified time | relevance | path

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

/linux/kernel/bpf/preload/iterators/
H 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/kernel/bpf/
H A Dbpf_lsm.c108 prog->aux->attach_btf_id, prog->aux->attach_func_name); in bpf_lsm_verify_prog()
H A Dbpf_iter.c341 const char *attach_fname = prog->aux->attach_func_name; in bpf_iter_prog_supported()
H A Dsyscall.c3840 tp_name = prog->aux->attach_func_name; in bpf_raw_tp_link_attach()
H A Dbtf.c6219 const char *tname = prog->aux->attach_func_name; in btf_ctx_access()
H A Dverifier.c21039 prog->aux->attach_func_name = mname; in check_struct_ops_btf_id()
21441 prog->aux->attach_func_name = tgt_info.tgt_name; in check_attach_btf_id()
/linux/tools/lib/bpf/
H A Dlibbpf.h805 int target_fd, const char *attach_func_name);
928 const char *attach_func_name);
H A Dlibbpf.c12703 const char *attach_func_name) in bpf_program__attach_freplace() argument
12707 if (!!target_fd != !!attach_func_name) { in bpf_program__attach_freplace()
12722 btf_id = libbpf_find_prog_btf_id(attach_func_name, target_fd); in bpf_program__attach_freplace()
13525 const char *attach_func_name) in bpf_program__set_attach_target() argument
13535 if (attach_prog_fd && !attach_func_name) { in bpf_program__set_attach_target()
13544 btf_id = libbpf_find_prog_btf_id(attach_func_name, in bpf_program__set_attach_target()
13549 if (!attach_func_name) in bpf_program__set_attach_target()
13556 err = find_kernel_btf_id(prog->obj, attach_func_name, in bpf_program__set_attach_target()
/linux/Documentation/bpf/
H A Ddrgn.rst149 .attach_func_name = (const char *)0x0,
/linux/include/linux/
H A Dbpf.h1476 const char *attach_func_name; member