Lines Matching refs:otp
1488 struct tcpcb *otp; in tcp_connect() local
1529 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL && in tcp_connect()
1530 otp->t_state == TCPS_TIME_WAIT && in tcp_connect()
1531 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp_connect()
1532 (otp->t_flags & TF_RCVD_CC)) { in tcp_connect()
1533 otp = tcp_close(otp); in tcp_connect()
1623 struct tcpcb *otp; in tcp6_connect() local
1667 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL && in tcp6_connect()
1668 otp->t_state == TCPS_TIME_WAIT && in tcp6_connect()
1669 ((int)(tcp_now - otp->t_starttime)) < tcp_msl && in tcp6_connect()
1670 (otp->t_flags & TF_RCVD_CC)) { in tcp6_connect()
1671 otp = tcp_close(otp); in tcp6_connect()