Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dbpf_cgrp_storage.c152 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key() function
219 .map_get_next_key = notsupp_get_next_key,
A Dbpf_inode_storage.c200 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key() function
221 .map_get_next_key = notsupp_get_next_key,
A Dbpf_task_storage.c312 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key() function
333 .map_get_next_key = notsupp_get_next_key,
/linux-6.3-rc2/net/core/
A Dbpf_sk_storage.c80 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key() function
318 .map_get_next_key = notsupp_get_next_key,

Completed in 6 milliseconds