Home
last modified time | relevance | path

Searched refs:vsock_bind_try (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/vsock/
H A Dutil.h79 int vsock_bind_try(unsigned int cid, unsigned int port, int type);
H A Dutil.c143 int vsock_bind_try(unsigned int cid, unsigned int port, int type) in vsock_bind_try() function
173 fd = vsock_bind_try(cid, port, type); in vsock_bind()
H A Dvsock_test.c1804 fd = vsock_bind_try(cid, VMADDR_PORT_ANY, SOCK_STREAM); in test_stream_transport_uaf()