Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h1119 struct bpf_prog_array_item { struct
1129 struct bpf_prog_array_item items[]; argument
1157 const struct bpf_prog_array_item *prog_item;
1195 const struct bpf_prog_array_item *item; in BPF_PROG_RUN_ARRAY_CG_FLAGS()
1225 const struct bpf_prog_array_item *item; in BPF_PROG_RUN_ARRAY_CG()
1252 const struct bpf_prog_array_item *item; in BPF_PROG_RUN_ARRAY()
Dfilter.h1404 struct bpf_prog_array_item *_item; \
/Linux-v5.15/kernel/bpf/
Dcore.c1979 sizeof(struct bpf_prog_array_item) * in bpf_prog_array_alloc()
1995 struct bpf_prog_array_item *item; in bpf_prog_array_length()
2006 struct bpf_prog_array_item *item; in bpf_prog_array_is_empty()
2018 struct bpf_prog_array_item *item; in bpf_prog_array_copy_core()
2063 struct bpf_prog_array_item *item; in bpf_prog_array_delete_safe()
2110 struct bpf_prog_array_item *item; in bpf_prog_array_update_at()
2134 struct bpf_prog_array_item *existing, *new; in bpf_prog_array_copy()
Dcgroup.c231 struct bpf_prog_array_item *item; in compute_effective_progs()
533 struct bpf_prog_array_item *item; in replace_effective_prog()
/Linux-v5.15/drivers/media/rc/
Dbpf-lirc.c231 struct bpf_prog_array_item *item; in lirc_bpf_free()
/Linux-v5.15/net/bpf/
Dtest_run.c92 struct bpf_prog_array_item item = {.prog = prog}; in bpf_test_run()