Searched refs:tcpi_snd_wnd (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/netinet/ | ||
H A D | tcp.h | 202 uint32_t tcpi_snd_wnd; /* Advertised send window. */ member |
H A D | tcp_usrreq.c | 234 ti->tcpi_snd_wnd = tp->snd_wnd / tp->t_segsz; in tcp_fill_info() |