Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dbpf-cgroup.h171 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *map);
465 static inline int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, in bpf_cgroup_storage_assign() function
/linux-6.6.21/kernel/bpf/
Dlocal_storage.c470 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *_map) in bpf_cgroup_storage_assign() function
Dverifier.c17720 bpf_cgroup_storage_assign(env->prog->aux, map)) { in resolve_pseudo_ldimm64()