Searched refs:txbufsize (Results 1 – 2 of 2) sorted by relevance
426 libcfs_sock_setbuf (struct socket *sock, int txbufsize, int rxbufsize) in libcfs_sock_setbuf() argument431 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() argument488 if (txbufsize != NULL) { in libcfs_sock_getbuf()489 *txbufsize = sock->sk->sk_sndbuf; in libcfs_sock_getbuf()
101 int libcfs_sock_setbuf(struct socket *socket, int txbufsize, int rxbufsize);102 int libcfs_sock_getbuf(struct socket *socket, int *txbufsize, int *rxbufsize);