Searched refs:vsock_bind_try (Results 1 – 3 of 3) sorted by relevance
79 int vsock_bind_try(unsigned int cid, unsigned int port, int type);
143 int vsock_bind_try(unsigned int cid, unsigned int port, int type) in vsock_bind_try() function173 fd = vsock_bind_try(cid, port, type); in vsock_bind()
1804 fd = vsock_bind_try(cid, VMADDR_PORT_ANY, SOCK_STREAM); in test_stream_transport_uaf()