Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf-cgroup.h121 int bpf_cgroup_storage_assign(struct bpf_prog *prog, struct bpf_map *map);
269 static inline int bpf_cgroup_storage_assign(struct bpf_prog *prog, in bpf_cgroup_storage_assign() function
/Linux-v4.19/kernel/bpf/
Dlocal_storage.c255 int bpf_cgroup_storage_assign(struct bpf_prog *prog, struct bpf_map *_map) in bpf_cgroup_storage_assign() function
Dverifier.c5197 bpf_cgroup_storage_assign(env->prog, map)) { in replace_map_fd_with_map_ptr()