linux-sg2042/include/linux/sunrpc
Benny Halevy 7652e5a09b nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use
For nfs41 callbacks we need an svc_xprt to process requests coming up the
backchannel socket as rpc_rqst's that are transformed into svc_rqst's that
need a rq_xprt to be processed.

The svc_{udp,tcp}_create methods are too heavy for this job as svc_create_socket
creates an actual socket to listen on while for nfs41 we're "reusing" the
fore channel's socket.

Signed-off-by: Benny Halevy <bhalevy@panasas.com>
2009-06-17 14:11:30 -07:00
..
Kbuild
auth.h
auth_gss.h
bc_xprt.h nfs41: Backchannel callback service helper routines 2009-06-17 14:11:28 -07:00
cache.h
clnt.h nfs41: sunrpc: Export the call prepare state for session reset 2009-06-17 12:25:07 -07:00
debug.h
gss_api.h
gss_asn1.h
gss_err.h
gss_krb5.h
gss_spkm3.h
metrics.h
msg_prot.h
rpc_pipe_fs.h rpc: add an rpc_pipe_open method 2008-12-23 16:08:32 -05:00
rpc_rdma.h
sched.h nfs41: Add backchannel processing support to RPC state machine 2009-06-17 14:11:24 -07:00
stats.h
svc.h nfs41: Backchannel bc_svc_process() 2009-06-17 14:11:29 -07:00
svc_rdma.h svcrdma: Modify the RPC recv path to use FRMR when available 2008-10-06 14:46:01 -05:00
svc_xprt.h SUNRPC: Change svc_create_xprt() to take a @family argument 2009-03-28 15:54:36 -04:00
svcauth.h
svcauth_gss.h nfsd: pass client principal name in rsc downcall 2008-12-23 16:17:15 -05:00
svcsock.h nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use 2009-06-17 14:11:30 -07:00
timer.h
types.h
xdr.h nfs: replace uses of __constant_{endian} 2009-03-18 17:30:51 -04:00
xprt.h nfs41: Add backchannel processing support to RPC state machine 2009-06-17 14:11:24 -07:00
xprtrdma.h RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls. 2008-10-10 15:13:31 -04:00
xprtsock.h