/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_timers.c | 579 if ((tcp->tcp_rnxt - tcp->tcp_rack) > tcp->tcp_mss) { in tcp_ack_timer() 807 tcp->tcp_suna) >> 1) / tcp->tcp_mss; in tcp_timer() 809 tcp->tcp_mss; in tcp_timer() 811 tcp->tcp_cwnd = tcp->tcp_mss; in tcp_timer() 850 tcp->tcp_cwnd = tcp->tcp_mss; in tcp_timer() 1057 if (mss > tcp->tcp_mss) in tcp_timer() 1058 mss = tcp->tcp_mss; in tcp_timer()
|
H A D | tcp_opt_data.c | 392 *i1 = tcp->tcp_mss; in tcp_opt_get() 636 *i1 = MSS_ROUNDUP(*i1, tcp->tcp_mss); in tcp_opt_set() 662 tcp->tcp_naglim = *i1 ? 1 : tcp->tcp_mss; in tcp_opt_set() 696 if (val > MIN(4, MAX(2, 4380 / tcp->tcp_mss))) { in tcp_opt_set() 717 MIN(tcp->tcp_rwnd, val * tcp->tcp_mss); in tcp_opt_set()
|
H A D | tcp_input.c | 210 if (mss < tcp->tcp_naglim || tcp->tcp_mss == tcp->tcp_naglim) in tcp_mss_set() 229 tcp->tcp_cwnd = (tcp->tcp_cwnd / tcp->tcp_mss) * mss; in tcp_mss_set() 232 tcp->tcp_mss = mss; in tcp_mss_set() 516 tcp->tcp_mss -= connp->conn_ht_iphc_len; in tcp_process_options() 541 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss)); in tcp_process_options() 547 TCP_SET_INIT_CWND(tcp, tcp->tcp_mss, tcps->tcps_slow_start_initial); in tcp_process_options() 762 tcp_mss_set(tcp, tcp->tcp_mss + TCPOPT_REAL_TS_LEN); in tcp_paws_check() 927 tcp->tcp_mss = tcps->tcps_mss_def_ipv6; in tcp_conn_create_v6() 973 tcp->tcp_mss = tcps->tcps_mss_def_ipv4; in tcp_conn_create_v4() 1687 eager->tcp_rwnd), eager->tcp_mss); in tcp_input_listener() [all …]
|
H A D | tcp_fusion.c | 513 if ((mp1 = tcp_xmit_mp(tcp, mp1, tcp->tcp_mss, NULL, NULL, in tcp_fuse_output() 818 rwnd = max_win - (max_win % tcp->tcp_mss); in tcp_fuse_set_rcv_hiwat() 819 if (rwnd < tcp->tcp_mss) in tcp_fuse_set_rcv_hiwat()
|
H A D | tcp.c | 759 tcp->tcp_mss = mss; in tcp_set_destination() 2045 tcp->tcp_mss = connp->conn_ipversion != IPV4_VERSION ? in tcp_reinit() 2261 tcp->tcp_mss = tcps->tcps_mss_def_ipv6; 2264 tcp->tcp_mss = tcps->tcps_mss_def_ipv4; 2492 if (mss == tcp->tcp_mss) in tcp_update_pmtu() 2498 if (mss > tcp->tcp_mss && decrease_only) in tcp_update_pmtu() 2501 DTRACE_PROBE2(tcp_update_pmtu, int32_t, tcp->tcp_mss, uint32_t, mss); in tcp_update_pmtu() 2541 int32_t mss = tcp->tcp_mss; in tcp_maxpsz_set() 2681 tcp->tcp_mss = tcps->tcps_mss_def_ipv6; in tcp_create_common() 2686 tcp->tcp_mss = tcps->tcps_mss_def_ipv4; in tcp_create_common() [all …]
|
H A D | tcp_output.c | 364 mss = tcp->tcp_mss - opt_len; in tcp_wput_data() 368 mss = tcp->tcp_mss; in tcp_wput_data() 1125 mss = tcp->tcp_mss; in tcp_output() 2879 u1 = tcp->tcp_mss; in tcp_xmit_mp_aux_iss() 3055 if (max_to_send + sack_opt_len > tcp->tcp_mss) in tcp_xmit_mp() 3307 mss = tcp->tcp_mss; in tcp_sack_rexmit() 3434 mss = tcp->tcp_mss; in tcp_ss_rexmit()
|
H A D | tcp_stats.c | 273 tce6.tcp6ConnEntryInfo.ce_mss = tcp->tcp_mss; in tcp_snmp_get() 338 tce.tcpConnEntryInfo.ce_mss = tcp->tcp_mss; in tcp_snmp_get()
|
H A D | tcp_tpi.c | 812 if (tcp->tcp_mss == 0) { in tcp_copy_info() 819 tia->TIDU_size = tcp->tcp_mss; in tcp_copy_info()
|
H A D | tcp_socket.c | 443 connp->conn_tcp->tcp_mss; in tcp_setsockopt()
|
/titanic_41/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 615 int mss = tcp->tcp_mss; in tcp_send() 676 if (win_size < (2 * tcp->tcp_mss)) in tcp_send() 1354 mss = tcp->tcp_mss - tcp->tcp_hdr_len; in tcp_connect() 1547 acceptor->tcp_rwnd), acceptor->tcp_mss); in tcp_accept_comm() 1956 uint32_t mss = tcp->tcp_mss; in tcp_rwnd_set() 2198 if (mss < tcp->tcp_naglim || tcp->tcp_mss == tcp->tcp_naglim) in tcp_mss_set() 2206 tcp->tcp_mss = mss; in tcp_mss_set() 2334 tcp->tcp_mss -= tcp->tcp_hdr_len; in tcp_process_options() 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() [all …]
|
H A D | tcp_inet.h | 118 uint32_t tcp_mss; /* Max segment size */ member
|
/titanic_41/usr/src/uts/common/inet/kssl/ |
H A D | ksslproto.h | 287 uint32_t tcp_mss; member
|
H A D | ksslapi.c | 1159 ssl->tcp_mss = mss; in kssl_init_context() 1172 ssl->tcp_mss = mss; in kssl_set_mss()
|
H A D | ksslrec.c | 977 mp = allocb(ssl->tcp_mss, BPRI_HI); in kssl_send_server_hello() 1376 mss = ssl->tcp_mss; in kssl_send_certificate_and_server_hello_done()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | tcp.h | 169 uint32_t tcp_mss; /* Max segment size */ member
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | tcp.d.in | 247 tcps_mss = T ? T->tcp_mss : 0;
|
/titanic_41/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 100 #undef tcp_mss 1321 uint32_t tcp_mss; /* Max segment size */ member
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 583 tcp->tcp_rack, tcp->tcp_rnxt, tcp->tcp_rto, tcp->tcp_mss); in netstat_tcp_verbose_pr()
|