Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_inode_storage.c178 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key() function
199 .map_get_next_key = notsupp_get_next_key,
H A Dbpf_cgrp_storage.c144 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key() function
211 .map_get_next_key = notsupp_get_next_key,
H A Dbpf_task_storage.c306 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key() function
327 .map_get_next_key = notsupp_get_next_key,
/linux/net/core/
H A Dbpf_sk_storage.c75 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key() function
316 .map_get_next_key = notsupp_get_next_key,