Home
last modified time | relevance | path

Searched refs:wmax (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libedit/
H A Dtokenizer.c89 Char *wptr, *wmax; /* Space and limit on the word buffer */ in TYPE() local
148 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()
/freebsd/sys/netgraph/
H A Dng_l2tp.c139 u_int16_t wmax; /* peer's max recv window */ member
1190 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 …]
/freebsd/sys/netinet/cc/
H A Dcc_cubic.h280 cubic_cwnd(int usecs_since_epoch, uint32_t wmax, uint32_t smss, int64_t K) in cubic_cwnd() argument
305 cwnd = ((cwnd * CUBIC_C_FACTOR) >> CUBIC_SHIFT_4) * smss + wmax; in cubic_cwnd()
/freebsd/lib/geom/part/
H A Dgeom_part.c620 int idx, wblocks, wname, wmax; in gpart_show_geom() local
643 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()