Home
last modified time | relevance | path

Searched defs:next_key (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_maps.c39 long long key, next_key, first_key, value; in test_hashmap() local
151 long long key, next_key, first_key; in test_hashmap_percpu() local
277 long long key, value, next_key; in test_hashmap_walk() local
347 int key, next_key, fd; in test_arraymap() local
404 int key, next_key, fd, i; in test_arraymap_percpu() local
Dtest_progs.c219 __u32 key, next_key; in compare_map_keys() local
246 __u32 key, next_key, *cur_key_p, *next_key_p; in compare_stack_ips() local
Dtest_lru_map.c106 unsigned long long next_key = 0; in map_subset() local
Dtest_btf.c4714 bool percpu_map, unsigned int next_key, in get_pprint_expected_line()
4885 unsigned int next_key; in do_test_pprint() local
Dtest_sockmap.c795 int i, key, next_key, err, tx_prog_fd = -1, zero = 0; in run_options() local
/tools/lib/bpf/
Dbpf.c419 int bpf_map_get_next_key(int fd, const void *key, void *next_key) in bpf_map_get_next_key()
/tools/include/uapi/linux/
Dbpf.h394 __aligned_u64 next_key; member