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()
553 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_udp_sendto() local
598 static int svc_udp_has_wspace(struct svc_xprt *xprt) in svc_udp_has_wspace()
616 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept()
622 static void svc_udp_kill_temp_xprt(struct svc_xprt *xprt) in svc_udp_kill_temp_xprt()
741 static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt) in svc_tcp_accept()
1076 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_tcp_sendto() local
1411 static void svc_sock_detach(struct svc_xprt *xprt) in svc_sock_detach()
1428 static void svc_tcp_sock_detach(struct svc_xprt *xprt) in svc_tcp_sock_detach()
1443 static void svc_sock_free(struct svc_xprt *xprt) in svc_sock_free()