Lines Matching refs:tcp_conn
80 struct tcp_conn { /* kept in xprt->xp_p1 */ struct
191 register struct tcp_conn *cd;
198 cd = (struct tcp_conn *)mem_alloc(sizeof (struct tcp_conn));
199 if (cd == (struct tcp_conn *)NULL) {
264 register struct tcp_conn *cd = (struct tcp_conn *)xprt->xp_p1;
275 mem_free((caddr_t)cd, sizeof (struct tcp_conn));
316 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat = XPRT_DIED;
334 ((struct tcp_conn *)(xprt->xp_p1))->strm_stat =
346 register struct tcp_conn *cd =
347 (struct tcp_conn *)(xprt->xp_p1);
361 register struct tcp_conn *cd =
362 (struct tcp_conn *)(xprt->xp_p1);
381 return ((*xdr_args)(&(((struct tcp_conn *)(xprt->xp_p1))->xdrs),
392 &(((struct tcp_conn *)(xprt->xp_p1))->xdrs);
403 register struct tcp_conn *cd =
404 (struct tcp_conn *)(xprt->xp_p1);