Searched refs:notsupp_get_next_key (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/kernel/bpf/ |
A D | bpf_cgrp_storage.c | 152 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 D | bpf_inode_storage.c | 200 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 D | bpf_task_storage.c | 312 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 D | bpf_sk_storage.c | 80 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