Searched refs:tcp_mss_set (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h627 extern void tcp_mss_set(tcp_t *, uint32_t);
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c304 static void tcp_mss_set(tcp_t *, uint32_t);
1943 * This is called after tcp_mss_set() when the desired MSS value is known.
2183 tcp_mss_set(tcp_t *tcp, uint32_t mss) function
2347 * We should not have called tcp_mss_set() before, but our
2349 * by tcp_adapt_ire(). tcp_mss_set() will also set up the
2356 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss));
2427 tcp_mss_set(tcp, tcp->tcp_mss + TCPOPT_REAL_TS_LEN);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c180 tcp_mss_set(tcp_t *tcp, uint32_t mss) function
535 * We should not have called tcp_mss_set() before, but our
537 * by tcp_set_destination(). tcp_mss_set() will also set up the
544 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss));
547 * Initialize tcp_cwnd value. After tcp_mss_set(), tcp_mss has been
H A Dtcp.c2458 * or negative MSS, since tcp_mss_set() will do it.
2511 tcp_mss_set(tcp, mss);
2942 * This is called after tcp_mss_set() when the desired MSS value is known.

Completed in 77 milliseconds