Lines Matching refs:ENOENT
75 assert(bpf_map_lookup_elem(fd, &key, &value) < 0 && errno == ENOENT); in test_hashmap()
80 errno == ENOENT); in test_hashmap()
103 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap()
114 errno == ENOENT); in test_hashmap()
121 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap()
126 errno == ENOENT); in test_hashmap()
128 errno == ENOENT); in test_hashmap()
204 assert(bpf_map_lookup_elem(fd, &key, value) < 0 && errno == ENOENT); in test_hashmap_percpu()
209 errno == ENOENT); in test_hashmap_percpu()
224 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap_percpu()
244 assert(errno == ENOENT); in test_hashmap_percpu()
255 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap_percpu()
260 errno == ENOENT); in test_hashmap_percpu()
262 errno == ENOENT); in test_hashmap_percpu()
396 assert(bpf_map_lookup_elem(fd, &key, &value) < 0 && errno == ENOENT); in test_arraymap()
406 errno == ENOENT); in test_arraymap()
455 assert(bpf_map_lookup_elem(fd, &key, values) < 0 && errno == ENOENT); in test_arraymap_percpu()
465 errno == ENOENT); in test_arraymap_percpu()
586 errno == ENOENT); in test_queuemap()
642 errno == ENOENT); in test_stackmap()
1264 if (errno == ENOENT) in test_map_in_map()
1272 if (errno == ENOENT) in test_map_in_map()
1337 assert(bpf_map_get_next_key(fd, &key, &key) < 0 && errno == ENOENT); in test_map_large()
1342 assert(bpf_map_lookup_elem(fd, &key, &value) < 0 && errno == ENOENT); in test_map_large()
1497 assert(bpf_map_get_next_key(fd, &key, &key) < 0 && errno == ENOENT); in test_map_parallel()
1513 assert(bpf_map_get_next_key(fd, NULL, &key) < 0 && errno == ENOENT); in test_map_parallel()
1514 assert(bpf_map_get_next_key(fd, &key, &key) < 0 && errno == ENOENT); in test_map_parallel()
1546 assert(bpf_map_lookup_elem(fd, &key, &value) < 0 && errno == ENOENT); in test_map_rdonly()
1547 assert(bpf_map_get_next_key(fd, &key, &value) < 0 && errno == ENOENT); in test_map_rdonly()
1736 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1742 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1746 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1760 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1838 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()