Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dmap_iter.c170 .detach_target = bpf_iter_detach_map,
H A Dcgroup_iter.c279 .detach_target = bpf_iter_detach_cgroup,
H A Dbpf_iter.c397 if (iter_link->tinfo->reg_info->detach_target) in bpf_iter_link_release()
398 iter_link->tinfo->reg_info->detach_target(&iter_link->aux); in bpf_iter_link_release()
/linux-6.15/Documentation/bpf/
H A Dbpf_iterators.rst200 bpf_iter_detach_target_t detach_target;
224 * - attach_target and detach_target
/linux-6.15/net/core/
H A Dbpf_sk_storage.c899 .detach_target = bpf_iter_detach_map,
H A Dsock_map.c1942 .detach_target = sock_map_iter_detach_target,
/linux-6.15/drivers/cxl/core/
H A Dregion.c2166 static int detach_target(struct cxl_region *cxlr, int pos) in detach_target() function
2199 rc = detach_target(cxlr, pos); in store_targetN()
2363 detach_target(cxlr, i); in unregister_region()
/linux-6.15/include/linux/
H A Dbpf.h2561 bpf_iter_detach_target_t detach_target; member