Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
sunrpc.h File Reference
#include <linux/net.h>

Go to the source code of this file.

Data Structures

struct  rpc_buffer
 

Functions

int svc_send_common (struct socket *sock, struct xdr_buf *xdr, struct page *headpage, unsigned long headoffset, struct page *tailpage, unsigned long tailoffset)
 
int rpc_clients_notifier_register (void)
 
void rpc_clients_notifier_unregister (void)
 

Function Documentation

int rpc_clients_notifier_register ( void  )

Definition at line 270 of file clnt.c.

void rpc_clients_notifier_unregister ( void  )

Definition at line 275 of file clnt.c.

int svc_send_common ( struct socket sock,
struct xdr_buf *  xdr,
struct page headpage,
unsigned long  headoffset,
struct page tailpage,
unsigned long  tailoffset 
)

Definition at line 171 of file svcsock.c.