Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h81 int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key); member
531 int (*map_get_next_key)(struct bpf_offloaded_map *map, member
/openbmc/linux/kernel/bpf/
H A Dsyscall.c1620 static int map_get_next_key(union bpf_attr *attr) in map_get_next_key() function