Lines Matching full:mss
132 * The default maximum segment size (MSS) to be used for new TCP connections
135 * RFC879 derives the default MSS from the largest datagram size hosts are
140 * For IPv4 the MSS is 576 - sizeof(struct tcpiphdr)
141 * For IPv6 the MSS is IPV6_MMTU - sizeof(struct ip6_hdr) - sizeof(struct tcphdr)
149 * Limit the lowest MSS we accept for path MTU discovery and the TCP SYN MSS
150 * option. Allowing low values of MSS can consume significant resources and
152 * Connections requesting lower MSS values will be rounded up to this value
202 #define TCP_IWND_NSEG 44 /* Override initial window (units: MSS segs) */
543 #define TCP_HYBRID_PACING_S_MSS 0x0020 /* Clent wants us to set the mss overriding gp est in CU */
547 #define TCP_HYBRID_PACING_SETMSS 0x1000 /* Internal flag that tells us we set the mss on this entry */