Home
last modified time | relevance | path

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

/openbmc/linux/net/vmw_vsock/
H A Dvsock_loopback.c64 .dgram_bind = virtio_transport_dgram_bind,
H A Dhyperv_transport.c835 .dgram_bind = hvs_dgram_bind,
H A Dvirtio_transport.c432 .dgram_bind = virtio_transport_dgram_bind,
H A Dvmci_transport.c2042 .dgram_bind = vmci_transport_dgram_bind,
H A Daf_vsock.c685 return vsk->transport->dgram_bind(vsk, addr); in __vsock_bind_dgram()
/openbmc/linux/include/net/
H A Daf_vsock.h122 int (*dgram_bind)(struct vsock_sock *, struct sockaddr_vm *); member
/openbmc/linux/net/ieee802154/
H A Dsocket.c488 static int dgram_bind(struct sock *sk, struct sockaddr *uaddr, int len) in dgram_bind() function
960 .bind = dgram_bind,
/openbmc/linux/drivers/vhost/
H A Dvsock.c414 .dgram_bind = virtio_transport_dgram_bind,