Searched refs:inner_map2 (Results 1 – 4 of 4) sorted by relevance
50 struct bpf_map *inner_map, *inner_map2; in BPF_PROG() local60 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()
12 inner_map2 SEC(".maps");41 .values = { (void *)&inner_map1, 0, (void *)&inner_map2 },92 [0] = &inner_map2,
39 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()
75 } inner_map1 SEC(".maps"), inner_map2 SEC(".maps");84 &inner_map2 }