Searched refs:connected_socket_v4 (Results 1 – 1 of 1) sorted by relevance
25 static int connected_socket_v4(void) in connected_socket_v4() function 95 s = connected_socket_v4(); in test_sockmap_create_update_free() 96 if (!ASSERT_GE(s, 0, "connected_socket_v4")) in test_sockmap_create_update_free() 241 sk = connected_socket_v4(); in test_sockmap_update() 242 if (!ASSERT_NEQ(sk, -1, "connected_socket_v4")) in test_sockmap_update() 319 sock_fd[i] = connected_socket_v4(); in test_sockmap_copy() 320 if (!ASSERT_NEQ(sock_fd[i], -1, "connected_socket_v4")) in test_sockmap_copy() 782 tcp = connected_socket_v4(); in test_sockmap_many_socket() 783 if (!ASSERT_GE(tcp, 0, "connected_socket_v4")) { in test_sockmap_many_socket() 851 tcp = connected_socket_v4(); in test_sockmap_many_maps() [all...]