Home
last modified time | relevance | path

Searched refs:bpf_cgrp_storage_delete (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_cgrp_storage.c191 BPF_CALL_2(bpf_cgrp_storage_delete, struct bpf_map *, map, struct cgroup *, cgroup) in BPF_CALL_2() argument
234 .func = bpf_cgrp_storage_delete,
/linux/Documentation/bpf/
H A Dmap_cgrp_storage.rst28 The local storage can be removed with ``bpf_cgrp_storage_delete``::
30 long bpf_cgrp_storage_delete(struct bpf_map *map, struct cgroup *cgroup)
/linux/tools/testing/selftests/bpf/progs/
H A Dcgrp_ls_tp_btf.c48 err = bpf_cgrp_storage_delete(&map_a, cgrp); in __on_enter()