Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
svc_xprt_ops Struct Reference

#include <svc_xprt.h>

Data Fields

struct svc_xprt *(* xpo_create )(struct svc_serv *, struct net *net, struct sockaddr *, int, int)
 
struct svc_xprt *(* xpo_accept )(struct svc_xprt *)
 
int(* xpo_has_wspace )(struct svc_xprt *)
 
int(* xpo_recvfrom )(struct svc_rqst *)
 
void(* xpo_prep_reply_hdr )(struct svc_rqst *)
 
int(* xpo_sendto )(struct svc_rqst *)
 
void(* xpo_release_rqst )(struct svc_rqst *)
 
void(* xpo_detach )(struct svc_xprt *)
 
void(* xpo_free )(struct svc_xprt *)
 

Detailed Description

Definition at line 14 of file svc_xprt.h.

Field Documentation

struct svc_xprt*(* xpo_accept)(struct svc_xprt *)
read

Definition at line 19 of file svc_xprt.h.

struct svc_xprt*(* xpo_create)(struct svc_serv *, struct net *net, struct sockaddr *, int, int)
read

Definition at line 15 of file svc_xprt.h.

void(* xpo_detach)(struct svc_xprt *)

Definition at line 25 of file svc_xprt.h.

void(* xpo_free)(struct svc_xprt *)

Definition at line 26 of file svc_xprt.h.

int(* xpo_has_wspace)(struct svc_xprt *)

Definition at line 20 of file svc_xprt.h.

void(* xpo_prep_reply_hdr)(struct svc_rqst *)

Definition at line 22 of file svc_xprt.h.

int(* xpo_recvfrom)(struct svc_rqst *)

Definition at line 21 of file svc_xprt.h.

void(* xpo_release_rqst)(struct svc_rqst *)

Definition at line 24 of file svc_xprt.h.

int(* xpo_sendto)(struct svc_rqst *)

Definition at line 23 of file svc_xprt.h.


The documentation for this struct was generated from the following file: