XPRT_LOOKUP_RQST

Section: Linux Networking (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

xprt_lookup_rqst - find an RPC request corresponding to an XID  

SYNOPSIS

struct rpc_rqst * xprt_lookup_rqst(struct rpc_xprt * xprt, __be32 xid);
 

ARGUMENTS

xprt

transport on which the original request was transmitted

xid

RPC XID of incoming reply
 

COPYRIGHT