Lines Matching defs:xprt
339 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace()
348 static void svc_tcp_kill_temp_xprt(struct svc_xprt *xprt) in svc_tcp_kill_temp_xprt()
546 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_udp_sendto() local
594 static int svc_udp_has_wspace(struct svc_xprt *xprt) in svc_udp_has_wspace()
612 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept()
618 static void svc_udp_kill_temp_xprt(struct svc_xprt *xprt) in svc_udp_kill_temp_xprt()
736 static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt) in svc_tcp_accept()
1157 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_tcp_sendto() local
1493 static void svc_sock_detach(struct svc_xprt *xprt) in svc_sock_detach()
1510 static void svc_tcp_sock_detach(struct svc_xprt *xprt) in svc_tcp_sock_detach()
1525 static void svc_sock_free(struct svc_xprt *xprt) in svc_sock_free()