Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dcore.c2407 sizeof(struct bpf_prog_array_item) * in bpf_prog_array_alloc()
2444 struct bpf_prog_array_item *item; in bpf_prog_array_length()
2455 struct bpf_prog_array_item *item; in bpf_prog_array_is_empty()
2467 struct bpf_prog_array_item *item; in bpf_prog_array_copy_core()
2512 struct bpf_prog_array_item *item; in bpf_prog_array_delete_safe()
2559 struct bpf_prog_array_item *item; in bpf_prog_array_update_at()
2583 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.6.21/drivers/media/rc/
Dbpf-lirc.c235 struct bpf_prog_array_item *item; in lirc_bpf_free()
/linux-6.6.21/include/linux/
Dbpf.h1828 struct bpf_prog_array_item { struct
1838 struct bpf_prog_array_item items[]; argument
1881 const struct bpf_prog_array_item *prog_item;
1926 const struct bpf_prog_array_item *item; in bpf_prog_run_array()
1966 const struct bpf_prog_array_item *item; in bpf_prog_run_array_uprobe()
Dfilter.h1393 struct bpf_prog_array_item *_item; \
/linux-6.6.21/net/bpf/
Dtest_run.c395 struct bpf_prog_array_item item = {.prog = prog}; in bpf_test_run()