Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dcookie_uid_helper_example.c200 uint32_t nextN; in print_table() local
203 while (bpf_map_get_next_key(map_fd, &curN, &nextN) > -1) { in print_table()
204 curN = nextN; in print_table()