Searched refs:new_wmax (Results 1 – 1 of 1) sorted by relevance
1231 u_int16_t new_wmax; in ng_l2tp_seq_adjust() local1243 new_wmax = conf->peer_win; in ng_l2tp_seq_adjust()1244 if (new_wmax > L2TP_MAX_XWIN) in ng_l2tp_seq_adjust()1245 new_wmax = L2TP_MAX_XWIN; in ng_l2tp_seq_adjust()1246 if (new_wmax == 0) in ng_l2tp_seq_adjust()1248 if (new_wmax < seq->wmax) in ng_l2tp_seq_adjust()1250 seq->wmax = new_wmax; in ng_l2tp_seq_adjust()