Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 1995-1997 Olaf Kirch <okir@monad.swb.de>
0004  * Copyright (C) 2020, Oracle.
0005  */
0006 
0007 #ifndef _NET_SUNRPC_SOCKLIB_H_
0008 #define _NET_SUNRPC_SOCKLIB_H_
0009 
0010 int csum_partial_copy_to_xdr(struct xdr_buf *xdr, struct sk_buff *skb);
0011 int xprt_sock_sendmsg(struct socket *sock, struct msghdr *msg,
0012               struct xdr_buf *xdr, unsigned int base,
0013               rpc_fraghdr marker, unsigned int *sent_p);
0014 
0015 #endif /* _NET_SUNRPC_SOCKLIB_H_ */