Searched refs:attach_target (Results 1 – 9 of 9) sorted by relevance
/linux/kernel/bpf/ |
H A D | task_iter.c | 693 .attach_target = bpf_iter_attach_task, 714 .attach_target = bpf_iter_attach_task, 737 .attach_target = bpf_iter_attach_task,
|
H A D | map_iter.c | 169 .attach_target = bpf_iter_attach_map,
|
H A D | cgroup_iter.c | 278 .attach_target = bpf_iter_attach_cgroup,
|
H A D | bpf_iter.c | 566 if (tinfo->reg_info->attach_target) { in bpf_iter_link_attach() 567 err = tinfo->reg_info->attach_target(prog, &linfo, &link->aux); in bpf_iter_link_attach()
|
/linux/Documentation/bpf/ |
H A D | bpf_iterators.rst | 199 bpf_iter_attach_target_t attach_target; 224 * - attach_target and detach_target
|
/linux/net/core/ |
H A D | bpf_sk_storage.c | 898 .attach_target = bpf_iter_attach_map,
|
H A D | sock_map.c | 1941 .attach_target = sock_map_iter_attach_target,
|
/linux/drivers/cxl/core/ |
H A D | region.c | 2123 static int attach_target(struct cxl_region *cxlr, in attach_target() function 2189 rc = attach_target(cxlr, to_cxl_endpoint_decoder(dev), pos, in store_targetN() 3353 attach_target(cxlr, cxled, -1, TASK_UNINTERRUPTIBLE); in cxl_add_to_region()
|
/linux/include/linux/ |
H A D | bpf.h | 2523 bpf_iter_attach_target_t attach_target; member
|