Searched refs:getTcpiSndSsthresh (Results 1 – 2 of 2) sorted by relevance
138 int getTcpiSndSsthresh(); in getTcpiSndSsthresh() method
485 public int getTcpiSndSsthresh() { in getTcpiSndSsthresh() method in SocketOptionTcpInfo805 result = result && (getTcpiSndSsthresh() in equals()806 == other.getTcpiSndSsthresh()); in equals()875 hash = (53 * hash) + getTcpiSndSsthresh(); in hashCode()1241 if (other.getTcpiSndSsthresh() != 0) { in mergeFrom()1242 setTcpiSndSsthresh(other.getTcpiSndSsthresh()); in mergeFrom()1934 public int getTcpiSndSsthresh() { in getTcpiSndSsthresh() method in SocketOptionTcpInfo.Builder