ulmin 275 dev/ic/aic79xx_openbsd.c ulmin(len, sizeof(xs->sense))); ulmin 53 lib/libkern/libkern.h LIBKERN_INLINE u_long ulmin(u_long, u_long); ulmin 1637 netinet/tcp_input.c ulmin(tp->snd_wnd, tp->snd_cwnd) / ulmin 1834 netinet/tcp_input.c tp->snd_cwnd = ulmin(cw + incr, TCP_MAXWIN<<tp->snd_scale); ulmin 3127 netinet/tcp_input.c tp->snd_cwnd = ulmin(4 * mss, ulmax(2 * mss, 4380)); ulmin 280 netinet/tcp_output.c win = ulmin(tp->snd_wnd, tp->snd_cwnd); ulmin 347 netinet/tcp_output.c len = ulmin(so->so_snd.sb_cc, win) - off; ulmin 390 netinet/tcp_output.c txmaxseg = ulmin(so->so_snd.sb_hiwat / 2, tp->t_maxseg); ulmin 368 netinet/tcp_timer.c u_long win = ulmin(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg;