Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/vsock/
Dutil.h47 int vsock_bind(unsigned int cid, unsigned int port, int type);
Dutil.c100 int vsock_bind(unsigned int cid, unsigned int port, int type) in vsock_bind() function
147 client_fd = vsock_bind(VMADDR_CID_ANY, bind_port, type); in vsock_bind_connect()
196 fd = vsock_bind(cid, port, type); in vsock_listen()
Dvsock_test.c118 fd = vsock_bind(VMADDR_CID_ANY, opts->peer_port, SOCK_STREAM); in test_stream_bind_only_server()
1707 fd = vsock_bind(VMADDR_CID_ANY, VMADDR_PORT_ANY, SOCK_STREAM); in test_stream_transport_uaf_client()
1716 sockets[i] = vsock_bind(VMADDR_CID_ANY, ++addr.svm_port, in test_stream_transport_uaf_client()
/linux-6.14.4/net/vmw_vsock/
Daf_vsock.c955 vsock_bind(struct socket *sock, struct sockaddr *addr, int addr_len) in vsock_bind() function
1404 .bind = vsock_bind,
2402 .bind = vsock_bind,
2424 .bind = vsock_bind,