Searched refs:bpf_prog_array (Results 1 – 6 of 6) sorted by relevance
11 struct bpf_prog_array;57 struct bpf_prog_array __rcu *effective[MAX_CGROUP_BPF_ATTACH_TYPE];71 struct bpf_prog_array *inactive;
2048 struct bpf_prog_array { struct2054 struct bpf_prog_array hdr; argument2066 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);[all …]
189 struct bpf_prog_array *array; in cgroup_bpf_sock_enabled()
1634 struct bpf_prog_array *run_array; in bpf_sk_lookup_run_v4()1673 struct bpf_prog_array *run_array; in bpf_sk_lookup_run_v6()
405 struct bpf_prog_array __rcu *prog_array;
12 struct bpf_prog_array;23 struct bpf_prog_array __rcu *run_array[MAX_NETNS_BPF_ATTACH_TYPE];