Searched refs:notsupp_get_next_key (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_inode_storage.c | 216 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key() function 249 .map_get_next_key = notsupp_get_next_key,
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_cgrp_storage.c | 145 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key() function 212 .map_get_next_key = notsupp_get_next_key,
|
H A D | bpf_inode_storage.c | 186 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key() function 207 .map_get_next_key = notsupp_get_next_key,
|
H A D | bpf_task_storage.c | 305 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key() function 326 .map_get_next_key = notsupp_get_next_key,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | bpf_sk_storage.c | 106 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key() function 342 .map_get_next_key = notsupp_get_next_key,
|
/kernel/linux/linux-6.6/net/core/ |
H A D | bpf_sk_storage.c | 74 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key() function 312 .map_get_next_key = notsupp_get_next_key,
|
Completed in 9 milliseconds