Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dcore.c2236 sizeof(struct bpf_prog_array_item) * in bpf_prog_array_alloc()
2267 struct bpf_prog_array_item *item; in bpf_prog_array_length()
2278 struct bpf_prog_array_item *item; in bpf_prog_array_is_empty()
2290 struct bpf_prog_array_item *item; in bpf_prog_array_copy_core()
2335 struct bpf_prog_array_item *item; in bpf_prog_array_delete_safe()
2382 struct bpf_prog_array_item *item; in bpf_prog_array_update_at()
2406 struct bpf_prog_array_item *existing, *new; in bpf_prog_array_copy()
Dcgroup.c36 const struct bpf_prog_array_item *item; in bpf_prog_run_array_cg()
405 struct bpf_prog_array_item *item; in compute_effective_progs()
745 struct bpf_prog_array_item *item; in replace_effective_prog()
/Linux-v6.1/drivers/media/rc/
Dbpf-lirc.c235 struct bpf_prog_array_item *item; in lirc_bpf_free()
/Linux-v6.1/include/linux/
Dbpf.h1501 struct bpf_prog_array_item { struct
1511 struct bpf_prog_array_item items[]; argument
1554 const struct bpf_prog_array_item *prog_item;
1598 const struct bpf_prog_array_item *item; in bpf_prog_run_array()
1636 const struct bpf_prog_array_item *item; in bpf_prog_run_array_sleepable()
Dfilter.h1401 struct bpf_prog_array_item *_item; \
/Linux-v6.1/net/bpf/
Dtest_run.c375 struct bpf_prog_array_item item = {.prog = prog}; in bpf_test_run()