Searched refs:send_max (Results 1 – 2 of 2) sorted by relevance
226 u32_t send_max; member
2133 cctx_ag->snd_max = tcp->tcp_delegated.send_max; in _lm_tcp_init_cstorm_toe_context()2268 ttcp_ag->snd_max = tcp->tcp_delegated.send_max; in _lm_tcp_init_tstorm_tcp_context()2309 if(tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max) { /* KA is running (?) */ in _lm_tcp_init_tstorm_tcp_context()2370 …if(tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max && snd_wnd > 0) { /* KA is running (… in _lm_tcp_init_tstorm_tcp_context()2448 if(tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max) { /* KA is running (?) */ in _lm_tcp_init_xstorm_tcp_context()2530 …if ((tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max) && ((xtcp_ag->tx_wnd > 0) || (tcp… in _lm_tcp_init_xstorm_tcp_context()2650 xtcp_st->tcp.snd_max = tcp->tcp_delegated.send_max; in _lm_tcp_init_xstorm_tcp_context()5373 tcp->tcp_delegated.send_max = xst_tcp->snd_max; in lm_tcp_get_delegated()5419 …if(tcp->tcp_delegated.send_una == tcp->tcp_delegated.send_max && (send_wnd > 0)) { /* KA is runnin… in lm_tcp_get_delegated()6130 u32_t snd_max = tcp->tcp_delegated.send_max; in lm_tcp_calc_state()