Searched refs:snd_off (Results 1 – 1 of 1) sorted by relevance
1493 u_int32_t obytes, snd_off; in tcp_early_rexmt_check() local1525 snd_off = tp->snd_max - tp->snd_una; in tcp_early_rexmt_check()1526 snd_len = min(so->so_snd.sb_cc, tp->snd_wnd) - snd_off; in tcp_early_rexmt_check()