Searched refs:getTcpiRcvWscale (Results 1 – 2 of 2) sorted by relevance
48 int getTcpiRcvWscale(); in getTcpiRcvWscale() method
323 public int getTcpiRcvWscale() { in getTcpiRcvWscale() method in SocketOptionTcpInfo769 result = result && (getTcpiRcvWscale() in equals()770 == other.getTcpiRcvWscale()); in equals()839 hash = (53 * hash) + getTcpiRcvWscale(); in hashCode()1187 if (other.getTcpiRcvWscale() != 0) { in mergeFrom()1188 setTcpiRcvWscale(other.getTcpiRcvWscale()); in mergeFrom()1466 public int getTcpiRcvWscale() { in getTcpiRcvWscale() method in SocketOptionTcpInfo.Builder