|
@@ -352,7 +352,7 @@ struct bpf_prog_array {
|
|
struct bpf_prog *progs[0];
|
|
struct bpf_prog *progs[0];
|
|
};
|
|
};
|
|
|
|
|
|
-struct bpf_prog_array __rcu *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);
|
|
|
|
|
|
+struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);
|
|
void bpf_prog_array_free(struct bpf_prog_array __rcu *progs);
|
|
void bpf_prog_array_free(struct bpf_prog_array __rcu *progs);
|
|
int bpf_prog_array_length(struct bpf_prog_array __rcu *progs);
|
|
int bpf_prog_array_length(struct bpf_prog_array __rcu *progs);
|
|
int bpf_prog_array_copy_to_user(struct bpf_prog_array __rcu *progs,
|
|
int bpf_prog_array_copy_to_user(struct bpf_prog_array __rcu *progs,
|