Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/
Dsvc_xprt.c260 void svc_xprt_received(struct svc_xprt *xprt) in svc_xprt_received() function
278 EXPORT_SYMBOL_GPL(svc_xprt_received);
286 svc_xprt_received(new); in svc_add_new_perm_xprt()
797 svc_xprt_received(newxpt); in svc_add_new_temp_xprt()
828 svc_xprt_received(xprt); in svc_handle_xprt()
843 svc_xprt_received(xprt); in svc_handle_xprt()
1254 svc_xprt_received(rqstp->rq_xprt); in svc_deferred_recv()
Dsvcsock.c522 svc_xprt_received(rqstp->rq_xprt); in svc_udp_recvfrom()
541 svc_xprt_received(rqstp->rq_xprt); in svc_udp_recvfrom()
1039 svc_xprt_received(rqstp->rq_xprt); in svc_tcp_recvfrom()
1064 svc_xprt_received(rqstp->rq_xprt); in svc_tcp_recvfrom()
/Linux-v5.15/include/linux/sunrpc/
Dsvc_xprt.h133 void svc_xprt_received(struct svc_xprt *xprt);
/Linux-v5.15/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c808 svc_xprt_received(xprt); in svc_rdma_recvfrom()