Home
last modified time | relevance | path

Searched refs:txbufsize (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tcpip.c426 libcfs_sock_setbuf (struct socket *sock, int txbufsize, int rxbufsize) in libcfs_sock_setbuf() argument
431 if (txbufsize != 0) { in libcfs_sock_setbuf()
432 option = txbufsize; in libcfs_sock_setbuf()
485 libcfs_sock_getbuf (struct socket *sock, int *txbufsize, int *rxbufsize) in libcfs_sock_getbuf() argument
488 if (txbufsize != NULL) { in libcfs_sock_getbuf()
489 *txbufsize = sock->sk->sk_sndbuf; in libcfs_sock_getbuf()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs.h101 int libcfs_sock_setbuf(struct socket *socket, int txbufsize, int rxbufsize);
102 int libcfs_sock_getbuf(struct socket *socket, int *txbufsize, int *rxbufsize);