Searched refs:notsupp_get_next_key (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/bpf/
H A Dbpf_inode_storage.c186 static int notsupp_get_next_key(struct bpf_map *map, void *key, function
207 .map_get_next_key = notsupp_get_next_key,
H A Dbpf_cgrp_storage.c145 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) function
212 .map_get_next_key = notsupp_get_next_key,
H A Dbpf_task_storage.c305 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) function
326 .map_get_next_key = notsupp_get_next_key,
/linux-master/net/core/
H A Dbpf_sk_storage.c74 static int notsupp_get_next_key(struct bpf_map *map, void *key, function
313 .map_get_next_key = notsupp_get_next_key,

Completed in 129 milliseconds