Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/
Dsvc_xprt.c261 void svc_xprt_received(struct svc_xprt *xprt) in svc_xprt_received() function
277 EXPORT_SYMBOL_GPL(svc_xprt_received);
285 svc_xprt_received(new); in svc_add_new_perm_xprt()
802 svc_xprt_received(newxpt); in svc_add_new_temp_xprt()
833 svc_xprt_received(xprt); in svc_handle_xprt()
848 svc_xprt_received(xprt); in svc_handle_xprt()
1270 svc_xprt_received(rqstp->rq_xprt); in svc_deferred_recv()
Dsvcsock.c511 svc_xprt_received(rqstp->rq_xprt); in svc_udp_recvfrom()
530 svc_xprt_received(rqstp->rq_xprt); in svc_udp_recvfrom()
1031 svc_xprt_received(rqstp->rq_xprt); in svc_tcp_recvfrom()
1056 svc_xprt_received(rqstp->rq_xprt); in svc_tcp_recvfrom()
/Linux-v6.1/include/linux/sunrpc/
Dsvc_xprt.h137 void svc_xprt_received(struct svc_xprt *xprt);
/Linux-v6.1/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c813 svc_xprt_received(xprt); in svc_rdma_recvfrom()