diff options
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r-- | include/linux/bpf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index 75718fa28260..0b5fb6acef64 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h | |||
@@ -167,7 +167,7 @@ struct bpf_prog *bpf_prog_get(u32 ufd); | |||
167 | void bpf_prog_put(struct bpf_prog *prog); | 167 | void bpf_prog_put(struct bpf_prog *prog); |
168 | void bpf_prog_put_rcu(struct bpf_prog *prog); | 168 | void bpf_prog_put_rcu(struct bpf_prog *prog); |
169 | 169 | ||
170 | struct bpf_map *bpf_map_get(struct fd f); | 170 | struct bpf_map *__bpf_map_get(struct fd f); |
171 | void bpf_map_put(struct bpf_map *map); | 171 | void bpf_map_put(struct bpf_map *map); |
172 | 172 | ||
173 | extern int sysctl_unprivileged_bpf_disabled; | 173 | extern int sysctl_unprivileged_bpf_disabled; |