Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dacceptor.c187 rc = libcfs_sock_write(sock, &cr, sizeof(cr), in lnet_connect()
237 rc = libcfs_sock_write(sock, &cr, sizeof(cr), in lnet_accept()
283 rc = libcfs_sock_write(sock, &cr, sizeof(cr), in lnet_accept()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_proto.c498 rc = libcfs_sock_write(sock, hdr, sizeof(*hdr), in ksocknal_send_hello_v1()
514 rc = libcfs_sock_write(sock, hello->kshm_ips, in ksocknal_send_hello_v1()
547 rc = libcfs_sock_write(sock, hello, offsetof(ksock_hello_msg_t, kshm_ips), in ksocknal_send_hello_v2()
559 rc = libcfs_sock_write(sock, hello->kshm_ips, in ksocknal_send_hello_v2()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs.h104 int libcfs_sock_write(struct socket *sock, void *buffer, int nob, int timeout);
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tcpip.c253 libcfs_sock_write (struct socket *sock, void *buffer, int nob, int timeout) in libcfs_sock_write() function
312 EXPORT_SYMBOL(libcfs_sock_write);