Home
last modified time | relevance | path

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

/samples/bpf/
A Dtest_map_in_map.bpf.c112 void *outer_map, *inner_map; in BPF_KSYSCALL() local
139 outer_map = &a_of_port_a; in BPF_KSYSCALL()
141 outer_map = &h_of_port_a; in BPF_KSYSCALL()
143 outer_map = &h_of_port_h; in BPF_KSYSCALL()
150 inner_map = bpf_map_lookup_elem(outer_map, &port_key); in BPF_KSYSCALL()

Completed in 4 milliseconds