Searched refs:PPTP_ACK_DELTA (Results 1 – 1 of 1) sorted by relevance
145 #define PPTP_ACK_DELTA(x) ((x) << 1) /* delta = 2 */ macro1100 hpriv->rtt = PPTP_ACK_DELTA(hpriv->rtt) + 1; /* +1 to avoid delta*0 case */ in ng_pptpgre_recv_ack_timeout()