Searched refs:getTcpiSndMss (Results 1 – 2 of 2) sorted by relevance
63 int getTcpiSndMss(); in getTcpiSndMss() method
350 public int getTcpiSndMss() { in getTcpiSndMss() method in SocketOptionTcpInfo775 result = result && (getTcpiSndMss() in equals()776 == other.getTcpiSndMss()); in equals()845 hash = (53 * hash) + getTcpiSndMss(); in hashCode()1196 if (other.getTcpiSndMss() != 0) { in mergeFrom()1197 setTcpiSndMss(other.getTcpiSndMss()); in mergeFrom()1544 public int getTcpiSndMss() { in getTcpiSndMss() method in SocketOptionTcpInfo.Builder