Searched refs:tcp_mss_set (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 587 extern void tcp_mss_set(tcp_t *, uint32_t);
|
/titanic_41/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 304 static void tcp_mss_set(tcp_t *, uint32_t); 2183 tcp_mss_set(tcp_t *tcp, uint32_t mss) in tcp_mss_set() function 2356 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss)); in tcp_process_options() 2427 tcp_mss_set(tcp, tcp->tcp_mss + TCPOPT_REAL_TS_LEN); in tcp_paws_check()
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 190 tcp_mss_set(tcp_t *tcp, uint32_t mss) in tcp_mss_set() function 541 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss)); in tcp_process_options() 762 tcp_mss_set(tcp, tcp->tcp_mss + TCPOPT_REAL_TS_LEN); in tcp_paws_check()
|
H A D | tcp.c | 2511 tcp_mss_set(tcp, mss); in tcp_update_pmtu()
|