Searched refs:getTcpiRcvSsthresh (Results 1 – 2 of 2) sorted by relevance
123 int getTcpiRcvSsthresh(); in getTcpiRcvSsthresh() method
458 public int getTcpiRcvSsthresh() { in getTcpiRcvSsthresh() method in SocketOptionTcpInfo799 result = result && (getTcpiRcvSsthresh() in equals()800 == other.getTcpiRcvSsthresh()); in equals()869 hash = (53 * hash) + getTcpiRcvSsthresh(); in hashCode()1232 if (other.getTcpiRcvSsthresh() != 0) { in mergeFrom()1233 setTcpiRcvSsthresh(other.getTcpiRcvSsthresh()); in mergeFrom()1856 public int getTcpiRcvSsthresh() { in getTcpiRcvSsthresh() method in SocketOptionTcpInfo.Builder