Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtask_iter.c693 .attach_target = bpf_iter_attach_task,
714 .attach_target = bpf_iter_attach_task,
737 .attach_target = bpf_iter_attach_task,
H A Dmap_iter.c169 .attach_target = bpf_iter_attach_map,
H A Dcgroup_iter.c290 .attach_target = bpf_iter_attach_cgroup, in bpf_cgroup_iter_init()
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.c903 .attach_target = bpf_iter_attach_map,
H A Dsock_map.c1940 .attach_target = sock_map_iter_attach_target,
/linux/drivers/cxl/core/
H A Dregion.c2273 static int attach_target(struct cxl_region *cxlr, in attach_target() function
2311 rc = attach_target(cxlr, to_cxl_endpoint_decoder(dev), pos, in store_targetN()
3977 attach_target(cxlr, cxled, -1, TASK_UNINTERRUPTIBLE); in cxl_add_to_region()
/linux/include/linux/
H A Dbpf.h2852 bpf_iter_attach_target_t attach_target; member