Home
last modified time | relevance | path

Searched refs:snd_wnd (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/netinet/
H A Dtcp_var.h58 ushort_t snd_wnd; /* send window */ member
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2251 u32_t snd_wnd; in _lm_tcp_init_tstorm_tcp_context() local
2366 snd_wnd = (S32_SUB(tcp->tcp_delegated.send_cwin, tcp->tcp_delegated.send_win) > 0) ? 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()