Home
last modified time | relevance | path

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

/linux/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.c399 if (iter_link->tinfo->reg_info->detach_target) in bpf_iter_link_release()
400 iter_link->tinfo->reg_info->detach_target(&iter_link->aux); in bpf_iter_link_release()
/linux/Documentation/bpf/
H A Dbpf_iterators.rst200 bpf_iter_detach_target_t detach_target;
224 * - attach_target and detach_target
/linux/net/core/
H A Dbpf_sk_storage.c907 .detach_target = bpf_iter_detach_map,
H A Dsock_map.c1934 .detach_target = sock_map_iter_detach_target,
/linux/drivers/cxl/core/
H A Dregion.c2041 static int detach_target(struct cxl_region *cxlr, int pos) in detach_target() function
2074 rc = detach_target(cxlr, pos); in store_targetN()
2239 detach_target(cxlr, i); in unregister_region()
/linux/include/linux/
H A Dbpf.h2418 bpf_iter_detach_target_t detach_target; member