Searched refs:getTcpiSacked (Results 1 – 2 of 2) sorted by relevance
78 int getTcpiSacked(); in getTcpiSacked() method
377 public int getTcpiSacked() { in getTcpiSacked() method in SocketOptionTcpInfo781 result = result && (getTcpiSacked() in equals()782 == other.getTcpiSacked()); in equals()851 hash = (53 * hash) + getTcpiSacked(); in hashCode()1205 if (other.getTcpiSacked() != 0) { in mergeFrom()1206 setTcpiSacked(other.getTcpiSacked()); in mergeFrom()1622 public int getTcpiSacked() { in getTcpiSacked() method in SocketOptionTcpInfo.Builder