Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dinet.c540 tp->t_snd_cwnd, tp->t_snd_ssthresh, in protopr()
/freebsd/sys/netinet/
H A Dtcp_var.h1190 uint32_t t_snd_cwnd; /* (s) */ member
H A Dtcp_subr.c3915 xt->t_snd_cwnd = tp->snd_cwnd; in tcp_inptoxtp()