Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf-cgroup-defs.h11 struct bpf_prog_array;
57 struct bpf_prog_array __rcu *effective[MAX_CGROUP_BPF_ATTACH_TYPE];
72 struct bpf_prog_array *inactive;
H A Dbpf.h2369 struct bpf_prog_array { struct
2380 extern struct bpf_prog_array bpf_empty_prog_array;
2382 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);
2383 void bpf_prog_array_free(struct bpf_prog_array *progs);
2385 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs);
2386 int bpf_prog_array_length(struct bpf_prog_array *progs);
2387 bool bpf_prog_array_is_empty(struct bpf_prog_array *array);
2388 int bpf_prog_array_copy_to_user(struct bpf_prog_array *progs,
2391 void bpf_prog_array_delete_safe(struct bpf_prog_array *progs,
2393 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index);
[all …]
/linux/drivers/media/rc/
H A Dbpf-lirc.c139 struct bpf_prog_array *old_array; in lirc_bpf_attach()
140 struct bpf_prog_array *new_array; in lirc_bpf_attach()
177 struct bpf_prog_array *old_array; in lirc_bpf_detach()
178 struct bpf_prog_array *new_array; in lirc_bpf_detach()
236 struct bpf_prog_array *array; in lirc_bpf_free()
298 struct bpf_prog_array *progs; in lirc_prog_query()
/linux/include/net/netns/
H A Dbpf.h12 struct bpf_prog_array;
23 struct bpf_prog_array __rcu *run_array[MAX_NETNS_BPF_ATTACH_TYPE];
/linux/kernel/bpf/
H A Dnet_namespace.c58 struct bpf_prog_array *run_array; in netns_bpf_run_array_detach()
90 struct bpf_prog_array *prog_array) in fill_prog_array()
106 struct bpf_prog_array *old_array, *new_array; in bpf_netns_link_release()
170 struct bpf_prog_array *run_array; in bpf_netns_link_update_prog()
251 struct bpf_prog_array *run_array; in __netns_bpf_prog_query()
298 struct bpf_prog_array *run_array; in netns_bpf_prog_attach()
425 struct bpf_prog_array *run_array; in netns_bpf_link_attach()
H A Dcore.c2677 struct bpf_prog_array bpf_empty_prog_array = {
2684 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags) in bpf_prog_array_alloc()
2686 struct bpf_prog_array *p; in bpf_prog_array_alloc()
2696 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()
2705 struct bpf_prog_array *progs; in __bpf_prog_array_free_sleepable_cb()
2711 progs = container_of(rcu, struct bpf_prog_array, rcu); in __bpf_prog_array_free_sleepable_cb()
2715 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs) in bpf_prog_array_free_sleepable()
2722 int bpf_prog_array_length(struct bpf_prog_array *array) in bpf_prog_array_length()
2733 bool bpf_prog_array_is_empty(struct bpf_prog_array *array) in bpf_prog_array_is_empty()
2743 static bool bpf_prog_array_copy_core(struct bpf_prog_array *array, in bpf_prog_array_copy_core()
[all …]
H A Dcgroup.c69 const struct bpf_prog_array *array; in bpf_prog_run_array_cg()
308 struct bpf_prog_array *old_array; in cgroup_bpf_release()
434 struct bpf_prog_array **array) in compute_effective_progs()
437 struct bpf_prog_array *progs; in compute_effective_progs()
492 struct bpf_prog_array *old_array) in activate_effective_progs()
512 struct bpf_prog_array *arrays[NR] = {}; in cgroup_bpf_inherit()
930 struct bpf_prog_array *progs; in replace_effective_prog()
1082 struct bpf_prog_array *progs; in purge_effective_progs()
1219 struct bpf_prog_array *effective; in __cgroup_bpf_query()
/linux/kernel/trace/
H A Dbpf_trace.c1924 struct bpf_prog_array *old_array; in perf_event_attach_bpf_prog()
1925 struct bpf_prog_array *new_array; in perf_event_attach_bpf_prog()
1966 struct bpf_prog_array *old_array; in perf_event_detach_bpf_prog()
1967 struct bpf_prog_array *new_array; in perf_event_detach_bpf_prog()
2011 struct bpf_prog_array *progs; in perf_event_query_prog_array()
H A Dtrace_uprobe.c1400 const struct bpf_prog_array *array; in __uprobe_perf_func()
/linux/net/core/
H A Dflow_dissector.c1134 struct bpf_prog_array *run_array; in __skb_flow_dissect()