Lines Matching refs:ENOENT

76 	assert(bpf_map_lookup_elem(fd, &key, &value) < 0 && errno == ENOENT);  in test_hashmap()
81 errno == ENOENT); in test_hashmap()
104 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap()
115 errno == ENOENT); in test_hashmap()
122 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap()
127 errno == ENOENT); in test_hashmap()
129 errno == ENOENT); in test_hashmap()
206 assert(bpf_map_lookup_elem(fd, &key, value) < 0 && errno == ENOENT); in test_hashmap_percpu()
211 errno == ENOENT); in test_hashmap_percpu()
226 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap_percpu()
246 assert(errno == ENOENT); in test_hashmap_percpu()
257 assert(bpf_map_delete_elem(fd, &key) < 0 && errno == ENOENT); in test_hashmap_percpu()
262 errno == ENOENT); in test_hashmap_percpu()
264 errno == ENOENT); in test_hashmap_percpu()
398 assert(bpf_map_lookup_elem(fd, &key, &value) < 0 && errno == ENOENT); in test_arraymap()
408 errno == ENOENT); in test_arraymap()
457 assert(bpf_map_lookup_elem(fd, &key, values) < 0 && errno == ENOENT); in test_arraymap_percpu()
467 errno == ENOENT); in test_arraymap_percpu()
592 errno == ENOENT); in test_queuemap()
650 errno == ENOENT); in test_stackmap()
1270 if (errno == ENOENT) in test_map_in_map()
1278 if (errno == ENOENT) in test_map_in_map()
1340 assert(bpf_map_get_next_key(fd, &key, &key) < 0 && errno == ENOENT); in test_map_large()
1345 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()
1536 assert(bpf_map_lookup_elem(fd, &key, &value) < 0 && errno == ENOENT); in test_map_rdonly()
1537 assert(bpf_map_get_next_key(fd, &key, &value) < 0 && errno == ENOENT); in test_map_rdonly()
1718 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1724 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1728 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1742 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()
1820 CHECK(err >= 0 || errno != ENOENT, in test_reuseport_array()