Searched refs:attach_target (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_iter.c | 565 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 D | bpf_sk_storage.c | 902 .attach_target = bpf_iter_attach_map,
|
| H A D | sock_map.c | 1951 .attach_target = sock_map_iter_attach_target,
|
| /linux/drivers/cxl/core/ |
| H A D | region.c | 2365 static int attach_target(struct cxl_region *cxlr, in attach_target() function 2403 rc = attach_target(cxlr, to_cxl_endpoint_decoder(dev), pos, in store_targetN() 3790 attach_target(cxlr, cxled, -1, TASK_UNINTERRUPTIBLE); in cxl_add_to_region()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2853 bpf_iter_attach_target_t attach_target; member
|