Lines Matching refs:bpf_prog_array
2048 struct bpf_prog_array { struct
2054 struct bpf_prog_array hdr; argument
2066 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);
2067 void bpf_prog_array_free(struct bpf_prog_array *progs);
2069 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs);
2070 int bpf_prog_array_length(struct bpf_prog_array *progs);
2071 bool bpf_prog_array_is_empty(struct bpf_prog_array *array);
2072 int bpf_prog_array_copy_to_user(struct bpf_prog_array *progs,
2075 void bpf_prog_array_delete_safe(struct bpf_prog_array *progs,
2077 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index);
2078 int bpf_prog_array_update_at(struct bpf_prog_array *array, int index,
2080 int bpf_prog_array_copy_info(struct bpf_prog_array *array,
2083 int bpf_prog_array_copy(struct bpf_prog_array *old_array,
2087 struct bpf_prog_array **new_array);
2135 bpf_prog_run_array(const struct bpf_prog_array *array, in bpf_prog_run_array()
2175 bpf_prog_run_array_uprobe(const struct bpf_prog_array *array, in bpf_prog_run_array_uprobe()
3182 bpf_prog_inc_misses_counters(const struct bpf_prog_array *array) in bpf_prog_inc_misses_counters()