Home
last modified time | relevance | path

Searched defs:map_get_next_key (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dbpf.h88 int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key); member
586 int (*map_get_next_key)(struct bpf_offloaded_map *map, member
/linux-6.15/kernel/bpf/
H A Dsyscall.c1825 static int map_get_next_key(union bpf_attr *attr) in map_get_next_key() function