Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/
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()
785 svc_xprt_received(newxpt); in svc_add_new_temp_xprt()
816 svc_xprt_received(xprt); in svc_handle_xprt()
819 svc_xprt_received(xprt); in svc_handle_xprt()
830 svc_xprt_received(xprt); in svc_handle_xprt()
1250 svc_xprt_received(rqstp->rq_xprt); in svc_deferred_recv()
Dsvcsock.c654 svc_xprt_received(rqstp->rq_xprt); in svc_udp_recvfrom()
673 svc_xprt_received(rqstp->rq_xprt); in svc_udp_recvfrom()
1179 svc_xprt_received(rqstp->rq_xprt); in svc_tcp_recvfrom()
1211 svc_xprt_received(rqstp->rq_xprt); in svc_tcp_recvfrom()
/Linux-v6.6/include/linux/sunrpc/
Dsvc_xprt.h143 void svc_xprt_received(struct svc_xprt *xprt);
/Linux-v6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c812 svc_xprt_received(xprt); in svc_rdma_recvfrom()