Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
H A Dbpf-lirc.c235 struct bpf_prog_array_item *item; in lirc_bpf_free()
/linux/include/linux/
H A Dbpf.h2176 struct bpf_prog_array_item { struct
2186 struct bpf_prog_array_item items[]; argument
2229 const struct bpf_prog_array_item *prog_item;
2274 const struct bpf_prog_array_item *item; in bpf_prog_run_array()
2314 const struct bpf_prog_array_item *item; in bpf_prog_run_array_uprobe()
3366 const struct bpf_prog_array_item *item; in bpf_prog_inc_misses_counters()
H A Dfilter.h1634 struct bpf_prog_array_item *_item; \
/linux/kernel/bpf/
H A Dcore.c2621 struct bpf_prog_array_item *item; in bpf_prog_array_length()
2632 struct bpf_prog_array_item *item; in bpf_prog_array_is_empty()
2644 struct bpf_prog_array_item *item; in bpf_prog_array_copy_core()
2689 struct bpf_prog_array_item *item; in bpf_prog_array_delete_safe()
2736 struct bpf_prog_array_item *item; in bpf_prog_array_update_at()
2760 struct bpf_prog_array_item *existing, *new; in bpf_prog_array_copy()
H A Dcgroup.c66 const struct bpf_prog_array_item *item; in bpf_prog_run_array_cg()
437 struct bpf_prog_array_item *item; in compute_effective_progs()
929 struct bpf_prog_array_item *item; in replace_effective_prog()
/linux/net/bpf/
H A Dtest_run.c404 struct bpf_prog_array_item item = {.prog = prog}; in bpf_test_run()