Searched refs:rq_xprt_ctxt (Results 1 – 4 of 4) sorted by relevance
121 struct sk_buff *skb = rqstp->rq_xprt_ctxt; in svc_release_skb()126 rqstp->rq_xprt_ctxt = NULL; in svc_release_skb()135 struct sk_buff *skb = rqstp->rq_xprt_ctxt; in svc_release_udp_skb()138 rqstp->rq_xprt_ctxt = NULL; in svc_release_udp_skb()608 rqstp->rq_xprt_ctxt = skb; in svc_udp_recvfrom()1129 rqstp->rq_xprt_ctxt = NULL; in svc_tcp_recvfrom()
765 struct svc_rdma_recv_ctxt *rctxt = rqstp->rq_xprt_ctxt; in svc_rdma_sendto()819 rqstp->rq_xprt_ctxt = NULL; in svc_rdma_sendto()
755 rqstp->rq_xprt_ctxt = ctxt; in svc_rdma_recvfrom()
245 void * rq_xprt_ctxt; /* transport specific context ptr */ member