Searched defs:ssthresh (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/misc/
H A Dss.c447 int rto, ato, qack, cwnd, ssthresh; member in struct:tcpstat
1227 &s.cwnd, &s.ssthresh, opt);
1235 s.ssthresh = -1;
1267 if (s.ssthresh != -1)
1268 printf(" ssthresh:%d", s.ssthresh);
1398 printf(" ssthresh:%d", info->tcpi_snd_ssthresh);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_structs.h311 uint32_t ssthresh; /* not sure about this one for split */ member in struct:sctp_nets

Completed in 120 milliseconds