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()
1268 if (errno == ENOENT) in test_map_in_map()
1276 if (errno == ENOENT) in test_map_in_map()
1341 assert(bpf_map_get_next_key(fd, &key, &key) < 0 && errno == ENOENT); in test_map_large()
1346 assert(bpf_map_lookup_elem(fd, &key, &value) < 0 && errno == ENOENT); in test_map_large()
1508 assert(bpf_map_get_next_key(fd, &key, &key) < 0 && errno == ENOENT); in test_map_parallel()
1524 assert(bpf_map_get_next_key(fd, NULL, &key) < 0 && errno == ENOENT); in test_map_parallel()
1525 assert(bpf_map_get_next_key(fd, &key, &key) < 0 && errno == ENOENT); in test_map_parallel()
1557 assert(bpf_map_lookup_elem(fd, &key, &value) < 0 && errno == ENOENT); in test_map_rdonly()
1558 assert(bpf_map_get_next_key(fd, &key, &value) < 0 && errno == ENOENT); in test_map_rdonly()
1747 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1753 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1757 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1771 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1849 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()