Searched defs:prog_array (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tailcalls.c | 19 struct bpf_map *prog_array; in test_tailcall_1() local 155 struct bpf_map *prog_array; test_tailcall_2() local 234 struct bpf_map *prog_array, *data_map; test_tailcall_count() local 415 struct bpf_map *prog_array, *data_map; test_tailcall_4() local 505 struct bpf_map *prog_array, *data_map; test_tailcall_5() local 595 struct bpf_map *prog_array; test_tailcall_bpf2bpf_1() local 679 struct bpf_map *prog_array, *data_map; test_tailcall_bpf2bpf_2() local 759 struct bpf_map *prog_array; test_tailcall_bpf2bpf_3() local 854 struct bpf_map *prog_array, *data_map; test_tailcall_bpf2bpf_4() local 1017 struct bpf_map *prog_array, *data_map; test_tailcall_bpf2bpf_fentry_entry() local 1202 struct bpf_map *prog_array, *data_map; test_tailcall_hierarchy_count() local [all...] |
H A D | unpriv_bpf_disabled.c | 102 bool prog_array = strstr(map_paths[i], "prog_array") != NULL; in test_unpriv_bpf_disabled_positive() local
|
H A D | flow_dissector.c | 625 static int init_prog_array(struct bpf_object *obj, struct bpf_map *prog_array) in init_prog_array()
|
H A D | flow_dissector_classification.c | 502 struct bpf_map *prog_array = skel->maps.jmp_table; in attach_and_configure_program() local
|
/linux/tools/testing/selftests/bpf/ |
H A D | flow_dissector_load.h | 18 struct bpf_map *prog_array, *keys; in bpf_flow_load() local
|
/linux/kernel/bpf/ |
H A D | net_namespace.c | 91 struct bpf_prog_array *prog_array) in fill_prog_array()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 181 struct bpf_array *prog_array = (struct bpf_array *)&m_prog_array; in check_prog_array() local
|
/linux/include/linux/ |
H A D | trace_events.h | 389 struct bpf_prog_array __rcu *prog_array; member
|