Searched refs:rq_xprt_ctxt (Results 1 – 4 of 4) sorted by relevance
115 struct sk_buff *skb = rqstp->rq_xprt_ctxt; in svc_release_skb()120 rqstp->rq_xprt_ctxt = NULL; in svc_release_skb()129 struct sk_buff *skb = rqstp->rq_xprt_ctxt; in svc_release_udp_skb()132 rqstp->rq_xprt_ctxt = NULL; in svc_release_udp_skb()579 rqstp->rq_xprt_ctxt = skb; in svc_udp_recvfrom()1093 rqstp->rq_xprt_ctxt = NULL; in svc_tcp_recvfrom()
823 struct svc_rdma_recv_ctxt *rctxt = rqstp->rq_xprt_ctxt; in svc_rdma_sendto()877 rqstp->rq_xprt_ctxt = NULL; in svc_rdma_sendto()
808 rqstp->rq_xprt_ctxt = ctxt; in svc_rdma_recvfrom()
245 void * rq_xprt_ctxt; /* transport specific context ptr */ member