Linux Kernel
3.7.1
|
#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 *) |
Definition at line 14 of file svc_xprt.h.
|
read |
Definition at line 15 of file svc_xprt.h.
Definition at line 25 of file svc_xprt.h.
Definition at line 26 of file svc_xprt.h.
Definition at line 20 of file svc_xprt.h.
Definition at line 22 of file svc_xprt.h.
Definition at line 21 of file svc_xprt.h.
Definition at line 24 of file svc_xprt.h.
Definition at line 23 of file svc_xprt.h.