Searched defs:next_key (Results 26 - 44 of 44) sorted by path

12

/linux-master/net/core/
H A Dbpf_sk_storage.c74 notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
/linux-master/net/xdp/
H A Dxskmap.c104 static int xsk_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
/linux-master/samples/bpf/
H A Dlwt_len_hist_user.c34 uint64_t key = 0, next_key, max_key = 0; local
H A Doffwaketime_user.c79 struct key_t key = {}, next_key; local
H A Dsampleip_user.c92 __u64 key, next_key; local
H A Dsockex2_user.c49 int key = 0, next_key; local
H A Dsockex3_user.c80 struct flow_key_record key = {}, next_key; local
H A Dspintest_user.c14 long key, next_key, value; local
H A Dtrace_event_user.c102 struct key_t key = {}, next_key; local
H A Dtracex2_user.c45 struct hist_key key = {}, next_key; local
84 struct hist_key key = {}, next_key; local
118 long key, next_key, value; local
[all...]
H A Dtracex4_user.c31 __u64 key, next_key; local
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1504 __aligned_u64 next_key; member in union:bpf_attr::__anon3495::__anon3496
/linux-master/tools/lib/bpf/
H A Dbpf.c495 int bpf_map_get_next_key(int fd, const void *key, void *next_key) argument
H A Dlibbpf.c10487 bpf_map__get_next_key(const struct bpf_map *map, const void *cur_key, void *next_key, size_t key_sz) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5506 unsigned int next_key; local
5338 get_pprint_expected_line(enum pprint_mapv_kind_t mapv_kind, char *expected_line, ssize_t line_size, bool percpu_map, unsigned int next_key, int cpu, void *mapv) argument
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lru_map.c95 unsigned long long next_key = 0; local
H A Dtest_maps.c39 long long key, next_key, first_key, value; local
156 long long key, next_key, first_key; local
293 long long key, value[VALUE_SIZE], next_key; local
363 int key, next_key, fd; local
419 int key, next_key, fd, i; local
[all...]
H A Dtest_progs.c552 __u32 key, next_key; local
579 __u32 key, next_key, *cur_key_p, *next_key_p; local
H A Dtest_sockmap.c955 int i, key, next_key, err, tx_prog_fd = -1, zero = 0; local

Completed in 1795 milliseconds

12