Searched refs:getTcpiBackoff (Results 1 – 2 of 2) sorted by relevance
33 int getTcpiBackoff(); in getTcpiBackoff() method
296 public int getTcpiBackoff() { in getTcpiBackoff() method in SocketOptionTcpInfo763 result = result && (getTcpiBackoff() in equals()764 == other.getTcpiBackoff()); in equals()833 hash = (53 * hash) + getTcpiBackoff(); in hashCode()1178 if (other.getTcpiBackoff() != 0) { in mergeFrom()1179 setTcpiBackoff(other.getTcpiBackoff()); in mergeFrom()1388 public int getTcpiBackoff() { in getTcpiBackoff() method in SocketOptionTcpInfo.Builder