Lines Matching refs:otp
1487 struct tcpcb *otp; in tcp_connect() local
1528 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL && in tcp_connect()
1529 otp->t_state == TCPS_TIME_WAIT && in tcp_connect()
1530 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp_connect()
1531 (otp->t_flags & TF_RCVD_CC)) { in tcp_connect()
1532 otp = tcp_close(otp); in tcp_connect()
1620 struct tcpcb *otp; in tcp6_connect() local
1664 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL && in tcp6_connect()
1665 otp->t_state == TCPS_TIME_WAIT && in tcp6_connect()
1666 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp6_connect()
1667 (otp->t_flags & TF_RCVD_CC)) { in tcp6_connect()
1668 otp = tcp_close(otp); in tcp6_connect()