Searched refs:new_wmax (Results 1 – 1 of 1) sorted by relevance
1242 u_int16_t new_wmax; in ng_l2tp_seq_adjust() local1251 new_wmax = conf->peer_win; in ng_l2tp_seq_adjust()1252 if (new_wmax > L2TP_MAX_XWIN) in ng_l2tp_seq_adjust()1253 new_wmax = L2TP_MAX_XWIN; in ng_l2tp_seq_adjust()1254 if (new_wmax == 0) in ng_l2tp_seq_adjust()1256 if (new_wmax < seq->wmax) in ng_l2tp_seq_adjust()1258 seq->wmax = new_wmax; in ng_l2tp_seq_adjust()