Lines Matching defs:xprt
350 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace()
359 static void svc_tcp_kill_temp_xprt(struct svc_xprt *xprt) in svc_tcp_kill_temp_xprt()
556 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_udp_sendto() local
601 static int svc_udp_has_wspace(struct svc_xprt *xprt) in svc_udp_has_wspace()
619 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept()
625 static void svc_udp_kill_temp_xprt(struct svc_xprt *xprt) in svc_udp_kill_temp_xprt()
742 static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt) in svc_tcp_accept()
1160 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_tcp_sendto() local
1497 static void svc_sock_detach(struct svc_xprt *xprt) in svc_sock_detach()
1514 static void svc_tcp_sock_detach(struct svc_xprt *xprt) in svc_tcp_sock_detach()
1529 static void svc_sock_free(struct svc_xprt *xprt) in svc_sock_free()