Lines Matching refs:bpf_prog_array
2107 struct bpf_prog_array { struct
2113 struct bpf_prog_array hdr; argument
2125 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);
2126 void bpf_prog_array_free(struct bpf_prog_array *progs);
2128 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs);
2129 int bpf_prog_array_length(struct bpf_prog_array *progs);
2130 bool bpf_prog_array_is_empty(struct bpf_prog_array *array);
2131 int bpf_prog_array_copy_to_user(struct bpf_prog_array *progs,
2134 void bpf_prog_array_delete_safe(struct bpf_prog_array *progs,
2136 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index);
2137 int bpf_prog_array_update_at(struct bpf_prog_array *array, int index,
2139 int bpf_prog_array_copy_info(struct bpf_prog_array *array,
2142 int bpf_prog_array_copy(struct bpf_prog_array *old_array,
2146 struct bpf_prog_array **new_array);
2194 bpf_prog_run_array(const struct bpf_prog_array *array, in bpf_prog_run_array()
2234 bpf_prog_run_array_uprobe(const struct bpf_prog_array *array, in bpf_prog_run_array_uprobe()
3267 bpf_prog_inc_misses_counters(const struct bpf_prog_array *array) in bpf_prog_inc_misses_counters()