Searched refs:recent_seg_wnd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2403 ttcp_st->recent_seg_wnd = tcp->tcp_delegated.send_win - tcp->tcp_delegated.send_una;
5374 /* recent_seg_wnd is the value received in the last packet from the other side. This means this value is scaled,
5376 tcp->tcp_delegated.send_win = (tst_tcp->recent_seg_wnd << tcp->tcp_const.snd_seg_scale)
5378 send_wnd = tst_tcp->recent_seg_wnd << tcp->tcp_const.snd_seg_scale;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h6773 u16_t recent_seg_wnd /* Last far end window received (not scaled!) */; member in struct:tstorm_tcp_st_context_section
6775 u16_t recent_seg_wnd /* Last far end window received (not scaled!) */; member in struct:tstorm_tcp_st_context_section

Completed in 114 milliseconds