Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c81 NUM_MAP, enumerator
150 struct datarec *sample_mmap[NUM_MAP];
151 struct bpf_map *sample_map[NUM_MAP];
152 size_t sample_map_count[NUM_MAP];
1367 for (int i = 0; i < NUM_MAP; i++) { in sample_exit()