Searched refs:attach_target (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dbpf_gen_internal.h46 char attach_target[128]; member in struct:bpf_gen
H A Dgen_loader.c534 ret = snprintf(gen->attach_target, sizeof(gen->attach_target), "%s%s",
536 if (ret >= sizeof(gen->attach_target))
542 int name, len = strlen(gen->attach_target) + 1;
544 pr_debug("gen: find_attach_tgt %s %d\n", gen->attach_target, gen->attach_kind);
545 name = add_data(gen, gen->attach_target, len);
555 gen->attach_target, gen->attach_kind);
/linux-master/kernel/bpf/
H A Dcgroup_iter.c278 .attach_target = bpf_iter_attach_cgroup,
H A Dmap_iter.c169 .attach_target = bpf_iter_attach_map,
H A Dtask_iter.c700 .attach_target = bpf_iter_attach_task,
721 .attach_target = bpf_iter_attach_task,
744 .attach_target = bpf_iter_attach_task,
H A Dbpf_iter.c567 if (tinfo->reg_info->attach_target) {
568 err = tinfo->reg_info->attach_target(prog, &linfo, &link->aux);
/linux-master/net/core/
H A Dbpf_sk_storage.c911 .attach_target = bpf_iter_attach_map,
H A Dsock_map.c1704 .attach_target = sock_map_iter_attach_target,
/linux-master/drivers/cxl/core/
H A Dregion.c2021 static int attach_target(struct cxl_region *cxlr, function
2087 rc = attach_target(cxlr, to_cxl_endpoint_decoder(dev), pos,
3098 attach_target(cxlr, cxled, -1, TASK_UNINTERRUPTIBLE);
/linux-master/include/linux/
H A Dbpf.h2417 bpf_iter_attach_target_t attach_target; member in struct:bpf_iter_reg

Completed in 298 milliseconds