Home
last modified time | relevance | path

Searched refs:tcpi_snd_wnd (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netinet/
HDtcp.h241 u_int32_t tcpi_snd_wnd; /* Advertised send window. */ member
HDtcp_usrreq.c1405 ti->tcpi_snd_wnd = tp->snd_wnd; in tcp_fill_info()
/freebsd-11-stable/sys/dev/cxgbe/tom/
HDt4_tom.c461 ti->tcpi_snd_wnd = min(v, ti->tcpi_snd_cwnd); in t4_tcp_info()