Home
last modified time | relevance | path

Searched refs:dgram_bind (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/
H A Daf_vsock.h123 int (*dgram_bind)(struct vsock_sock *, struct sockaddr_vm *); member
/linux/net/vmw_vsock/
H A Dhyperv_transport.c850 .dgram_bind = hvs_dgram_bind,
H A Dvirtio_transport.c563 .dgram_bind = virtio_transport_dgram_bind,
H A Dvmci_transport.c2054 .dgram_bind = vmci_transport_dgram_bind,
H A Daf_vsock.c840 return vsk->transport->dgram_bind(vsk, addr); in __vsock_bind_dgram()
/linux/drivers/vhost/
H A Dvsock.c437 .dgram_bind = virtio_transport_dgram_bind,