Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf.h1114 struct bpf_prog_array_item { struct
1121 struct bpf_prog_array_item items[]; argument
1148 struct bpf_prog_array_item *prog_item;
1153 struct bpf_prog_array_item *_item; \
1202 struct bpf_prog_array_item *_item; \
Dfilter.h1355 struct bpf_prog_array_item *_item; \
/kernel/linux/linux-5.10/kernel/bpf/
Dcore.c1925 sizeof(struct bpf_prog_array_item) * in bpf_prog_array_alloc()
1941 struct bpf_prog_array_item *item; in bpf_prog_array_length()
1952 struct bpf_prog_array_item *item; in bpf_prog_array_is_empty()
1964 struct bpf_prog_array_item *item; in bpf_prog_array_copy_core()
2009 struct bpf_prog_array_item *item; in bpf_prog_array_delete_safe()
2056 struct bpf_prog_array_item *item; in bpf_prog_array_update_at()
2079 struct bpf_prog_array_item *existing; in bpf_prog_array_copy()
Dcgroup.c231 struct bpf_prog_array_item *item; in compute_effective_progs()
526 struct bpf_prog_array_item *item; in replace_effective_prog()
/kernel/linux/linux-5.10/drivers/media/rc/
Dbpf-lirc.c231 struct bpf_prog_array_item *item; in lirc_bpf_free()
/kernel/linux/linux-5.10/net/bpf/
Dtest_run.c22 struct bpf_prog_array_item item = {.prog = prog}; in bpf_test_run()