Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlocal_storage.c257 void *_next_key) in cgroup_storage_get_next_key() argument
283 struct bpf_cgroup_storage_key *next = _next_key; in cgroup_storage_get_next_key()
286 __u64 *next = _next_key; in cgroup_storage_get_next_key()
H A Dlpm_trie.c656 static int trie_get_next_key(struct bpf_map *map, void *_key, void *_next_key) in trie_get_next_key() argument
660 struct bpf_lpm_trie_key_u8 *key = _key, *next_key = _next_key; in trie_get_next_key()