Searched defs:next_key (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/bpf/ |
D | test_maps.c | 39 long long key, next_key, first_key, value; in test_hashmap() local 158 long long key, next_key, first_key; in test_hashmap_percpu() local 294 long long key, value, next_key; in test_hashmap_walk() local 364 int key, next_key, fd; in test_arraymap() local 421 int key, next_key, fd, i; in test_arraymap_percpu() local
|
D | test_progs.c | 300 __u32 key, next_key; in compare_map_keys() local 327 __u32 key, next_key, *cur_key_p, *next_key_p; in compare_stack_ips() local
|
D | test_lru_map.c | 106 unsigned long long next_key = 0; in map_subset() local
|
D | test_sockmap.c | 911 int i, key, next_key, err, tx_prog_fd = -1, zero = 0; in run_options() local
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 4817 bool percpu_map, unsigned int next_key, in get_pprint_expected_line() 4990 unsigned int next_key; in do_test_pprint() local
|
/tools/lib/bpf/ |
D | bpf.c | 508 int bpf_map_get_next_key(int fd, const void *key, void *next_key) in bpf_map_get_next_key()
|
/tools/include/uapi/linux/ |
D | bpf.h | 1284 __aligned_u64 next_key; member
|