Home
last modified time | relevance | path

Searched refs:attach_target (Results 1 – 8 of 8) sorted by relevance

/linux/tools/lib/bpf/
H A Dbpf_gen_internal.h48 char attach_target[128]; member
H A Dgen_loader.c584 ret = snprintf(gen->attach_target, sizeof(gen->attach_target), "%s%s", in bpf_gen__record_attach_target()
586 if (ret >= sizeof(gen->attach_target)) in bpf_gen__record_attach_target()
592 int name, len = strlen(gen->attach_target) + 1; in emit_find_attach_target()
594 pr_debug("gen: find_attach_tgt %s %d\n", gen->attach_target, gen->attach_kind); in emit_find_attach_target()
595 name = add_data(gen, gen->attach_target, len); in emit_find_attach_target()
605 gen->attach_target, gen->attach_kind); in emit_find_attach_target()
/linux/kernel/bpf/
H A Dtask_iter.c695 .attach_target = bpf_iter_attach_task,
716 .attach_target = bpf_iter_attach_task,
739 .attach_target = bpf_iter_attach_task,
H A Dbpf_iter.c565 if (tinfo->reg_info->attach_target) { in bpf_iter_link_attach()
566 err = tinfo->reg_info->attach_target(prog, &linfo, &link->aux); in bpf_iter_link_attach()
/linux/net/core/
H A Dbpf_sk_storage.c900 .attach_target = bpf_iter_attach_map,
H A Dsock_map.c1973 .attach_target = sock_map_iter_attach_target,
/linux/drivers/cxl/core/
H A Dregion.c2384 static int attach_target(struct cxl_region *cxlr, in attach_target() function
2422 rc = attach_target(cxlr, to_cxl_endpoint_decoder(dev), pos, in store_targetN()
3837 attach_target(cxlr, cxled, -1, TASK_UNINTERRUPTIBLE); in cxl_add_to_region()
/linux/include/linux/
H A Dbpf.h2987 bpf_iter_attach_target_t attach_target; member