Searched refs:notsupp_get_next_key (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_inode_storage.c | 173 static int notsupp_get_next_key(struct bpf_map *map, void *key, in BPF_CALL_2() 194 .map_get_next_key = notsupp_get_next_key, 176 static int notsupp_get_next_key(struct bpf_map *map, void *key, notsupp_get_next_key() function
|
| H A D | bpf_cgrp_storage.c | 110 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in bpf_cgrp_storage_update_elem() 165 .map_get_next_key = notsupp_get_next_key, in BPF_CALL_5() 142 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) notsupp_get_next_key() function
|
| H A D | bpf_task_storage.c | 207 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in __bpf_task_storage_get() 228 .map_get_next_key = notsupp_get_next_key, 304 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) notsupp_get_next_key() function
|
| /linux/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 319 .map_get_next_key = notsupp_get_next_key,
|