Home
last modified time | relevance | path

Searched refs:bpf_prog_array (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Dbpf-cgroup-defs.h11 struct bpf_prog_array;
57 struct bpf_prog_array __rcu *effective[MAX_CGROUP_BPF_ATTACH_TYPE];
71 struct bpf_prog_array *inactive;
Dbpf.h2048 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);
[all …]
Dbpf-cgroup.h189 struct bpf_prog_array *array; in cgroup_bpf_sock_enabled()
Dfilter.h1634 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()
Dtrace_events.h405 struct bpf_prog_array __rcu *prog_array;
/include/net/netns/
Dbpf.h12 struct bpf_prog_array;
23 struct bpf_prog_array __rcu *run_array[MAX_NETNS_BPF_ATTACH_TYPE];