Searched refs:TCP_MSS_MAX_IPV4 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c35 #define TCP_MSS_MAX_IPV4 (IP_MAXPACKET - (sizeof (ipha_t) + sizeof (tcpha_t))) macro
39 #define TCP_MSS_MAX TCP_MSS_MAX_IPV4
318 {1, TCP_MSS_MAX_IPV4, 536}, {536} },
322 {1, TCP_MSS_MAX_IPV4, TCP_MSS_MAX_IPV4},
323 {TCP_MSS_MAX_IPV4} },
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c162 #define TCP_MSS_MAX_IPV4 (IP_MAXPACKET - (sizeof (struct ip) + \ macro
166 #define TCP_MSS_MAX TCP_MSS_MAX_IPV4
195 static int tcp_mss_max_ipv4 = TCP_MSS_MAX_IPV4;

Completed in 56 milliseconds