Searched refs:outer_map (Results 1 – 1 of 1) sorted by relevance
112 void *outer_map, *inner_map; in BPF_KSYSCALL() local139 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