Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dcore.c2433 sizeof(struct bpf_prog_array_item) * in bpf_prog_array_alloc()
2470 struct bpf_prog_array_item *item; in bpf_prog_array_length()
2481 struct bpf_prog_array_item *item; in bpf_prog_array_is_empty()
2493 struct bpf_prog_array_item *item; in bpf_prog_array_copy_core()
2538 struct bpf_prog_array_item *item; in bpf_prog_array_delete_safe()
2585 struct bpf_prog_array_item *item; in bpf_prog_array_update_at()
2609 struct bpf_prog_array_item *existing, *new; in bpf_prog_array_copy()
H A 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()
/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c235 struct bpf_prog_array_item *item; in lirc_bpf_free()
/openbmc/linux/include/linux/
H A Dbpf.h1856 struct bpf_prog_array_item { struct
1866 struct bpf_prog_array_item items[]; argument
1909 const struct bpf_prog_array_item *prog_item;
1954 const struct bpf_prog_array_item *item; in bpf_prog_run_array()
1994 const struct bpf_prog_array_item *item; in bpf_prog_run_array_uprobe()
H A Dfilter.h1396 struct bpf_prog_array_item *_item; \
/openbmc/linux/net/bpf/
H A Dtest_run.c396 struct bpf_prog_array_item item = {.prog = prog}; in bpf_test_run()