Searched refs:_next_key (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/bpf/
H A Dlocal_storage.c246 void *_next_key)
272 struct bpf_cgroup_storage_key *next = _next_key;
275 __u64 *next = _next_key;
245 cgroup_storage_get_next_key(struct bpf_map *_map, void *key, void *_next_key) argument
H A Dlpm_trie.c615 static int trie_get_next_key(struct bpf_map *map, void *_key, void *_next_key) argument
619 struct bpf_lpm_trie_key_u8 *key = _key, *next_key = _next_key;

Completed in 264 milliseconds