Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtimer_mim_reject.c26 struct outer_arr { struct
32 } outer_arr SEC(".maps") = {
56 inner_map = bpf_map_lookup_elem(&outer_arr, &array_key); in BPF_PROG()
60 inner_map2 = bpf_map_lookup_elem(&outer_arr, &array_key2); in BPF_PROG()
A Dtimer_mim.c25 struct outer_arr { struct
31 } outer_arr SEC(".maps") = {
73 inner_map = bpf_map_lookup_elem(&outer_arr, &array_key); in BPF_PROG()
A Dtest_btf_map_in_map.c21 struct outer_arr { struct
35 } outer_arr SEC(".maps") = {
129 inner_map = bpf_map_lookup_elem(&outer_arr, &key); in handle__sys_enter()
A Dlsm.c61 struct outer_arr { struct
67 } outer_arr SEC(".maps") = {
140 inner_map = bpf_map_lookup_elem(&outer_arr, &key); in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dbtf_map_in_map.c44 outer_arr_fd = bpf_map__fd(skel->maps.outer_arr); in test_lookup_update()
149 err = bpf_map_update_elem(bpf_map__fd(skel->maps.outer_arr), &zero, in test_diff_size()
A Dtimer_mim.c39 err = bpf_map_delete_elem(bpf_map__fd(timer_skel->maps.outer_arr), &key1); in timer_mim()

Completed in 5 milliseconds