Searched refs:bpf_prog_array (Results 1 – 13 of 13) sorted by relevance
139 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()232 struct bpf_prog_array *array; in lirc_bpf_free()294 struct bpf_prog_array *progs; in lirc_prog_query()
65 struct bpf_prog_array __rcu *progs;
12 struct bpf_prog_array;16 struct bpf_prog_array __rcu *run_array[MAX_NETNS_BPF_ATTACH_TYPE];
58 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()
1977 struct bpf_prog_array hdr;1986 return kzalloc(sizeof(struct bpf_prog_array) + in bpf_prog_array_alloc()1994 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()2001 int bpf_prog_array_length(struct bpf_prog_array *array) in bpf_prog_array_length()2012 bool bpf_prog_array_is_empty(struct bpf_prog_array *array) in bpf_prog_array_is_empty()2042 int bpf_prog_array_copy_to_user(struct bpf_prog_array *array, in bpf_prog_array_copy_to_user()2068 void bpf_prog_array_delete_safe(struct bpf_prog_array *array, in bpf_prog_array_delete_safe()2135 int bpf_prog_array_copy(struct bpf_prog_array *old_array, in bpf_prog_array_copy()2139 struct bpf_prog_array **new_array) in bpf_prog_array_copy()2143 struct bpf_prog_array *array; in bpf_prog_array_copy()[all …]
112 struct bpf_prog_array *old_array; in cgroup_bpf_release()229 struct bpf_prog_array **array) in compute_effective_progs()232 struct bpf_prog_array *progs; in compute_effective_progs()273 struct bpf_prog_array *old_array) in activate_effective_progs()293 struct bpf_prog_array *arrays[NR] = {}; in cgroup_bpf_inherit()549 struct bpf_prog_array *progs; in replace_effective_prog()765 struct bpf_prog_array *effective; in __cgroup_bpf_query()1360 struct bpf_prog_array *prog_array; in __cgroup_bpf_prog_array_is_empty()
1160 struct bpf_prog_array { struct1166 void bpf_prog_array_free(struct bpf_prog_array *progs);1167 int bpf_prog_array_length(struct bpf_prog_array *progs);1168 bool bpf_prog_array_is_empty(struct bpf_prog_array *array);1169 int bpf_prog_array_copy_to_user(struct bpf_prog_array *progs,1177 int bpf_prog_array_copy_info(struct bpf_prog_array *array,1180 int bpf_prog_array_copy(struct bpf_prog_array *old_array,1184 struct bpf_prog_array **new_array);1230 const struct bpf_prog_array *array; in BPF_PROG_RUN_ARRAY_CG_FLAGS()1260 const struct bpf_prog_array *array; in BPF_PROG_RUN_ARRAY_CG()[all …]
130 struct bpf_prog_array;134 struct bpf_prog_array __rcu *effective[MAX_CGROUP_BPF_ATTACH_TYPE];148 struct bpf_prog_array *inactive;
1438 struct bpf_prog_array *run_array; in bpf_sk_lookup_run_v4()1476 struct bpf_prog_array *run_array; in bpf_sk_lookup_run_v6()
372 struct bpf_prog_array __rcu *prog_array;
1797 struct bpf_prog_array *old_array; in perf_event_attach_bpf_prog()1798 struct bpf_prog_array *new_array; in perf_event_attach_bpf_prog()1839 struct bpf_prog_array *old_array; in perf_event_detach_bpf_prog()1840 struct bpf_prog_array *new_array; in perf_event_detach_bpf_prog()1870 struct bpf_prog_array *progs; in perf_event_query_prog_array()
930 struct bpf_prog_array *progs = NULL; in bpf_prog_test_run_sk_lookup()
988 struct bpf_prog_array *run_array; in __skb_flow_dissect()
Completed in 42 milliseconds