Home
last modified time | relevance | path

Searched refs:svc_xprt_received (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dsvc_xprt.c270 void svc_xprt_received(struct svc_xprt *xprt) in svc_xprt_received() function
286 EXPORT_SYMBOL_GPL(svc_xprt_received);
294 svc_xprt_received(new); in svc_add_new_perm_xprt()
784 svc_xprt_received(newxpt); in svc_add_new_temp_xprt()
815 svc_xprt_received(xprt); in svc_handle_xprt()
818 svc_xprt_received(xprt); in svc_handle_xprt()
829 svc_xprt_received(xprt); in svc_handle_xprt()
1249 svc_xprt_received(rqstp->rq_xprt); in svc_deferred_recv()
H A Dsvcsock.c654 svc_xprt_received(rqstp->rq_xprt); in svc_udp_recvfrom()
673 svc_xprt_received(rqstp->rq_xprt); in svc_udp_recvfrom()
1176 svc_xprt_received(rqstp->rq_xprt); in svc_tcp_recvfrom()
1201 svc_xprt_received(rqstp->rq_xprt); in svc_tcp_recvfrom()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc_xprt.h143 void svc_xprt_received(struct svc_xprt *xprt);
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c818 svc_xprt_received(xprt); in svc_rdma_recvfrom()