Lines Matching full:mss
73 * Compute the MSS as described in RFC 6691.
108 u_int16_t *mss;
117 /* MSS option only allowed within SYN packets. */
134 mss = (u_int16_t *)(opt + 2);
135 if (ntohs(*mss) > maxmss) {
136 log_Printf(LogDEBUG, "MSS: %u -> %u\n",
137 ntohs(*mss), maxmss);
138 accumulate = *mss;
139 *mss = htons(maxmss);
140 accumulate -= *mss;
170 * Check for MSS option only for TCP packets with zero fragment offsets
183 * Check for MSS option only for TCP packets with no extension headers