1. NAME

xprt_lookup_rqst - find an RPC request corresponding to an XID

2. SYNOPSIS

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

3. ARGUMENTS

xprt
    transport on which the original request was transmitted

xid
    RPC XID of incoming reply

4. COPYRIGHT