Searched refs:wmax (Results 1 – 4 of 4) sorted by relevance
89 Char *wptr, *wmax; /* Space and limit on the word buffer */ in TYPE() local148 tok->wmax = tok->wspace + WINCR; in TYPE()407 if (tok->wptr >= tok->wmax - 4) { in FUN()408 size_t size = (size_t)(tok->wmax - tok->wspace + WINCR); in FUN()424 tok->wmax = s + size; in FUN()
139 u_int16_t wmax; /* peer's max recv window */ member1190 seq->wmax = priv->conf.peer_win; in ng_l2tp_seq_init()1191 if (seq->wmax > L2TP_MAX_XWIN) in ng_l2tp_seq_init()1192 seq->wmax = L2TP_MAX_XWIN; in ng_l2tp_seq_init()1193 seq->ssth = seq->wmax; in ng_l2tp_seq_init()1248 if (new_wmax < seq->wmax) in ng_l2tp_seq_adjust()1250 seq->wmax = new_wmax; in ng_l2tp_seq_adjust()1287 seq->wmax = L2TP_MAX_XWIN; in ng_l2tp_seq_reset()1289 seq->ssth = seq->wmax; in ng_l2tp_seq_reset()1336 if (seq->cwnd < seq->wmax) { in ng_l2tp_seq_recv_nr()[all …]
280 cubic_cwnd(int usecs_since_epoch, uint32_t wmax, uint32_t smss, int64_t K) in cubic_cwnd() argument305 cwnd = ((cwnd * CUBIC_C_FACTOR) >> CUBIC_SHIFT_4) * smss + wmax; in cubic_cwnd()
620 int idx, wblocks, wname, wmax; in gpart_show_geom() local643 wmax = strlen(gp->lg_name); in gpart_show_geom()647 if (wname > wmax) in gpart_show_geom()648 wmax = wname; in gpart_show_geom()651 wname = wmax; in gpart_show_geom()