Home | History | Annotate | Download | only in slirp

Lines Matching refs:tcp_close

243 	return (tcp_close(tp));
253 tcp_close(struct tcpcb *tp)
259 DEBUG_CALL("tcp_close");
340 tp = tcp_close(tp);
466 tcp_close(sototcpcb(so)); /* This will sofree() as well */