Lines Matching defs:xprt
131 static void svc_tcp_release_ctxt(struct svc_xprt *xprt, void *ctxt) in svc_tcp_release_ctxt()
141 static void svc_udp_release_ctxt(struct svc_xprt *xprt, void *ctxt) in svc_udp_release_ctxt()
399 static int svc_tcp_has_wspace(struct svc_xprt *xprt) in svc_tcp_has_wspace()
408 static void svc_tcp_kill_temp_xprt(struct svc_xprt *xprt) in svc_tcp_kill_temp_xprt()
428 struct svc_xprt *xprt = data; in svc_tcp_handshake_done() local
445 static void svc_tcp_handshake(struct svc_xprt *xprt) in svc_tcp_handshake()
688 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_udp_sendto() local
739 static int svc_udp_has_wspace(struct svc_xprt *xprt) in svc_udp_has_wspace()
757 static struct svc_xprt *svc_udp_accept(struct svc_xprt *xprt) in svc_udp_accept()
763 static void svc_udp_kill_temp_xprt(struct svc_xprt *xprt) in svc_udp_kill_temp_xprt()
880 static struct svc_xprt *svc_tcp_accept(struct svc_xprt *xprt) in svc_tcp_accept()
1256 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_tcp_sendto() local
1574 static void svc_sock_detach(struct svc_xprt *xprt) in svc_sock_detach()
1591 static void svc_tcp_sock_detach(struct svc_xprt *xprt) in svc_tcp_sock_detach()
1608 static void svc_sock_free(struct svc_xprt *xprt) in svc_sock_free()