]> Git Repo - linux.git/blob - net/sunrpc/socklib.h
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
[linux.git] / net / sunrpc / socklib.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 1995-1997 Olaf Kirch <[email protected]>
4  * Copyright (C) 2020, Oracle.
5  */
6
7 #ifndef _NET_SUNRPC_SOCKLIB_H_
8 #define _NET_SUNRPC_SOCKLIB_H_
9
10 int csum_partial_copy_to_xdr(struct xdr_buf *xdr, struct sk_buff *skb);
11 int xprt_sock_sendmsg(struct socket *sock, struct msghdr *msg,
12                       struct xdr_buf *xdr, unsigned int base,
13                       rpc_fraghdr marker, unsigned int *sent_p);
14
15 #endif /* _NET_SUNRPC_SOCKLIB_H_ */
This page took 0.032972 seconds and 4 git commands to generate.