Home
last modified time | relevance | path

Searched refs:vsock_bind (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/vsock/
H A Dutil.h80 int vsock_bind(unsigned int cid, unsigned int port, int type);
H A Dutil.c169 int vsock_bind(unsigned int cid, unsigned int port, int type) in vsock_bind() function
206 client_fd = vsock_bind(VMADDR_CID_ANY, bind_port, type); in vsock_bind_connect()
255 fd = vsock_bind(cid, port, type); in vsock_listen()
H A Dvsock_test.c120 fd = vsock_bind(VMADDR_CID_ANY, opts->peer_port, SOCK_STREAM); in test_stream_bind_only_server()
1822 sockets[i] = vsock_bind(cid, ++addr.svm_port, SOCK_STREAM); in test_stream_transport_uaf()
/linux/net/vmw_vsock/
H A Daf_vsock.c989 vsock_bind(struct socket *sock, struct sockaddr *addr, int addr_len) in vsock_bind() function
1488 .bind = vsock_bind,
2486 .bind = vsock_bind,
2508 .bind = vsock_bind,