vsock_bind
.bind = vsock_bind,
.bind = vsock_bind,
.bind = vsock_bind,
client_fd = vsock_bind(VMADDR_CID_ANY, bind_port, type);
fd = vsock_bind(cid, port, type);
int vsock_bind(unsigned int cid, unsigned int port, int type);
fd = vsock_bind(VMADDR_CID_ANY, opts->peer_port, SOCK_STREAM);
sockets[i] = vsock_bind(cid, ++addr.svm_port, SOCK_STREAM);