Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/media/rc/
Dbpf-lirc.c235 struct bpf_prog_array_item *item; in lirc_bpf_free()
/linux-6.14.4/include/linux/
Dbpf.h2062 struct bpf_prog_array_item { struct
2072 struct bpf_prog_array_item items[]; argument
2115 const struct bpf_prog_array_item *prog_item;
2160 const struct bpf_prog_array_item *item; in bpf_prog_run_array()
2200 const struct bpf_prog_array_item *item; in bpf_prog_run_array_uprobe()
3232 const struct bpf_prog_array_item *item; in bpf_prog_inc_misses_counters()
Dfilter.h1601 struct bpf_prog_array_item *_item; \
/linux-6.14.4/kernel/bpf/
Dcore.c2528 struct bpf_prog_array_item *item; in bpf_prog_array_length()
2539 struct bpf_prog_array_item *item; in bpf_prog_array_is_empty()
2551 struct bpf_prog_array_item *item; in bpf_prog_array_copy_core()
2596 struct bpf_prog_array_item *item; in bpf_prog_array_delete_safe()
2643 struct bpf_prog_array_item *item; in bpf_prog_array_update_at()
2667 struct bpf_prog_array_item *existing, *new; in bpf_prog_array_copy()
Dcgroup.c53 const struct bpf_prog_array_item *item; in bpf_prog_run_array_cg()
422 struct bpf_prog_array_item *item; in compute_effective_progs()
762 struct bpf_prog_array_item *item; in replace_effective_prog()
/linux-6.14.4/net/bpf/
Dtest_run.c404 struct bpf_prog_array_item item = {.prog = prog}; in bpf_test_run()