Home
last modified time | relevance | path

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.c36 #define TCP_MSS_MAX_IPV4 (IP_MAXPACKET - (sizeof (ipha_t) + sizeof (tcpha_t))) macro
40 #define TCP_MSS_MAX TCP_MSS_MAX_IPV4
384 {1, TCP_MSS_MAX_IPV4, 536}, {536} },
388 {1, TCP_MSS_MAX_IPV4, TCP_MSS_MAX_IPV4},
389 {TCP_MSS_MAX_IPV4} },
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c161 #define TCP_MSS_MAX_IPV4 (IP_MAXPACKET - (sizeof (struct ip) + \ macro
165 #define TCP_MSS_MAX TCP_MSS_MAX_IPV4
194 static int tcp_mss_max_ipv4 = TCP_MSS_MAX_IPV4;