Lines Matching refs:otp
1455 struct tcpcb *otp; in tcp_connect() local
1496 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL && in tcp_connect()
1497 otp->t_state == TCPS_TIME_WAIT && in tcp_connect()
1498 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp_connect()
1499 (otp->t_flags & TF_RCVD_CC)) { in tcp_connect()
1500 otp = tcp_close(otp); in tcp_connect()
1589 struct tcpcb *otp; in tcp6_connect() local
1633 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL && in tcp6_connect()
1634 otp->t_state == TCPS_TIME_WAIT && in tcp6_connect()
1635 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp6_connect()
1636 (otp->t_flags & TF_RCVD_CC)) { in tcp6_connect()
1637 otp = tcp_close(otp); in tcp6_connect()