Home
last modified time | relevance | path

Searched refs:inner_map2 (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtimer_mim_reject.c50 struct bpf_map *inner_map, *inner_map2; in BPF_PROG() local
60 inner_map2 = bpf_map_lookup_elem(&outer_arr, &array_key2); in BPF_PROG()
61 if (!inner_map2) in BPF_PROG()
68 bpf_timer_init(&val->timer, inner_map2, CLOCK_MONOTONIC); in BPF_PROG()
A Dtest_btf_map_in_map.c12 inner_map2 SEC(".maps");
41 .values = { (void *)&inner_map1, 0, (void *)&inner_map2 },
92 [0] = &inner_map2,
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dbtf_map_in_map.c39 map2_fd = bpf_map__fd(skel->maps.inner_map2); in test_lookup_update()
101 map2_id = bpf_map_id(skel->maps.inner_map2); in test_lookup_update()
/linux-6.3-rc2/Documentation/bpf/
A Dmap_of_maps.rst75 } inner_map1 SEC(".maps"), inner_map2 SEC(".maps");
84 &inner_map2 }

Completed in 4 milliseconds