Searched refs:dgram_bind (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/net/vmw_vsock/ |
A D | vsock_loopback.c | 68 .dgram_bind = virtio_transport_dgram_bind,
|
A D | hyperv_transport.c | 835 .dgram_bind = hvs_dgram_bind,
|
A D | virtio_transport.c | 431 .dgram_bind = virtio_transport_dgram_bind,
|
A D | vmci_transport.c | 2029 .dgram_bind = vmci_transport_dgram_bind,
|
A D | af_vsock.c | 680 return vsk->transport->dgram_bind(vsk, addr); in __vsock_bind_dgram()
|
/linux-6.3-rc2/include/net/ |
A D | af_vsock.h | 121 int (*dgram_bind)(struct vsock_sock *, struct sockaddr_vm *); member
|
/linux-6.3-rc2/net/ieee802154/ |
A D | socket.c | 489 static int dgram_bind(struct sock *sk, struct sockaddr *uaddr, int len) in dgram_bind() function 962 .bind = dgram_bind,
|
/linux-6.3-rc2/drivers/vhost/ |
A D | vsock.c | 414 .dgram_bind = virtio_transport_dgram_bind,
|
Completed in 21 milliseconds