Searched refs:vsock_bind (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/vsock/ |
H A D | util.h | 80 int vsock_bind(unsigned int cid, unsigned int port, int type);
|
H A D | util.c | 169 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 D | vsock_test.c | 120 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 D | af_vsock.c | 989 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,
|