_next_key         236 kernel/bpf/local_storage.c 				       void *_next_key)
_next_key         240 kernel/bpf/local_storage.c 	struct bpf_cgroup_storage_key *next = _next_key;
_next_key         630 kernel/bpf/lpm_trie.c static int trie_get_next_key(struct bpf_map *map, void *_key, void *_next_key)
_next_key         634 kernel/bpf/lpm_trie.c 	struct bpf_lpm_trie_key *key = _key, *next_key = _next_key;