Home
last modified time | relevance | path

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

/linux-6.8/kernel/bpf/
Dcore.c2431 sizeof(struct bpf_prog_array_item) * in bpf_prog_array_alloc()
2468 struct bpf_prog_array_item *item; in bpf_prog_array_length()
2479 struct bpf_prog_array_item *item; in bpf_prog_array_is_empty()
2491 struct bpf_prog_array_item *item; in bpf_prog_array_copy_core()
2536 struct bpf_prog_array_item *item; in bpf_prog_array_delete_safe()
2583 struct bpf_prog_array_item *item; in bpf_prog_array_update_at()
2607 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-6.8/drivers/media/rc/
Dbpf-lirc.c235 struct bpf_prog_array_item *item; in lirc_bpf_free()
/linux-6.8/include/linux/
Dbpf.h1874 struct bpf_prog_array_item { struct
1884 struct bpf_prog_array_item items[]; argument
1927 const struct bpf_prog_array_item *prog_item;
1972 const struct bpf_prog_array_item *item; in bpf_prog_run_array()
2012 const struct bpf_prog_array_item *item; in bpf_prog_run_array_uprobe()
2976 const struct bpf_prog_array_item *item; in bpf_prog_inc_misses_counters()
Dfilter.h1437 struct bpf_prog_array_item *_item; \
/linux-6.8/net/bpf/
Dtest_run.c395 struct bpf_prog_array_item item = {.prog = prog}; in bpf_test_run()