Searched refs:send_cwin (Results 1 – 2 of 2) sorted by relevance
230 u32_t send_cwin; /* ndis_tcp_delegated->CWnd + ndis_tcp_delegated->SndUna */ member
2298 …ttcp_st->cwnd = tcp->tcp_delegated.send_cwin - tcp->tcp_delegated.send_una; /* i.e… in _lm_tcp_init_tstorm_tcp_context()2366 snd_wnd = (S32_SUB(tcp->tcp_delegated.send_cwin, tcp->tcp_delegated.send_win) > 0) ? in _lm_tcp_init_tstorm_tcp_context()2368 … (tcp->tcp_delegated.send_cwin - tcp->tcp_delegated.send_una); /* i.e. ndis_tcp_delegated->CWnd */ in _lm_tcp_init_tstorm_tcp_context()2518 (S32_SUB(tcp->tcp_delegated.send_cwin, tcp->tcp_delegated.send_win) > 0) ? in _lm_tcp_init_xstorm_tcp_context()2520 … (tcp->tcp_delegated.send_cwin - tcp->tcp_delegated.send_una); /* i.e. ndis_tcp_delegated->CWnd */ in _lm_tcp_init_xstorm_tcp_context()5389 tcp->tcp_delegated.send_cwin = tst_tcp->cwnd + tcp->tcp_delegated.send_una; in lm_tcp_get_delegated()