Searched refs:ato (Results 1 – 1 of 1) sorted by relevance
187 int32_t ato; /* adaptive time-out value */ member855 if (hpriv->ato > PPTP_MAX_TIMEOUT) in ng_pptpgre_rcvdata_lower()856 hpriv->ato = PPTP_MAX_TIMEOUT; in ng_pptpgre_rcvdata_lower()857 else if (hpriv->ato < PPTP_MIN_TIMEOUT) in ng_pptpgre_rcvdata_lower()858 hpriv->ato = PPTP_MIN_TIMEOUT; in ng_pptpgre_rcvdata_lower()1097 hpriv->ato = hpriv->rtt + PPTP_ACK_CHI(hpriv->dev); in ng_pptpgre_recv_ack_timeout()1098 if (hpriv->ato > PPTP_MAX_TIMEOUT) in ng_pptpgre_recv_ack_timeout()1099 hpriv->ato = PPTP_MAX_TIMEOUT; in ng_pptpgre_recv_ack_timeout()1100 else if (hpriv->ato < PPTP_MIN_TIMEOUT) in ng_pptpgre_recv_ack_timeout()1101 hpriv->ato = PPTP_MIN_TIMEOUT; in ng_pptpgre_recv_ack_timeout()[all …]