Home
last modified time | relevance | path

Searched defs:prog_array (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c12 struct bpf_map *prog_array; in test_tailcall_1() local
148 struct bpf_map *prog_array; in test_tailcall_2() local
224 struct bpf_map *prog_array, *data_map; in test_tailcall_count() local
320 struct bpf_map *prog_array, *data_map; in test_tailcall_4() local
410 struct bpf_map *prog_array, *data_map; in test_tailcall_5() local
500 struct bpf_map *prog_array; in test_tailcall_bpf2bpf_1() local
584 struct bpf_map *prog_array, *data_map; in test_tailcall_bpf2bpf_2() local
664 struct bpf_map *prog_array; in test_tailcall_bpf2bpf_3() local
759 struct bpf_map *prog_array, *data_map; in test_tailcall_bpf2bpf_4() local
H A Dunpriv_bpf_disabled.c101 bool prog_array = strstr(map_paths[i], "prog_array") != NULL; in test_unpriv_bpf_disabled_positive() local
H A Dflow_dissector.c509 static int init_prog_array(struct bpf_object *obj, struct bpf_map *prog_array) in init_prog_array()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dflow_dissector_load.h18 struct bpf_map *prog_array, *keys; in bpf_flow_load() local
/openbmc/linux/kernel/bpf/
H A Dnet_namespace.c91 struct bpf_prog_array *prog_array) in fill_prog_array()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c181 struct bpf_array *prog_array = (struct bpf_array *)&m_prog_array; in check_prog_array() local
/openbmc/linux/include/linux/
H A Dtrace_events.h395 struct bpf_prog_array __rcu *prog_array; member