/illumos-gate/usr/src/uts/common/inet/cc/ |
H A D | cc_newreno.c | 114 uint_t incr = CCV(ccv, tcp_mss); in newreno_ack_received() 159 CCV(ccv, tcp_mss)); in newreno_ack_received() 162 CC_ABC_L_VAR(ccv) * CCV(ccv, tcp_mss)); in newreno_ack_received() 196 rw = CCV(ccv, tcp_init_cwnd) * CCV(ccv, tcp_mss); in newreno_after_idle() 200 * CCV(ccv, tcp_mss); in newreno_after_idle() 203 rw = min(4 * CCV(ccv, tcp_mss), in newreno_after_idle() 204 max(2 * CCV(ccv, tcp_mss), 4380)); in newreno_after_idle() 220 mss = CCV(ccv, tcp_mss); in newreno_cong_signal() 276 CCV(ccv, tcp_cwnd) = MAX(pipe, CCV(ccv, tcp_mss)) + in newreno_post_recovery() 277 CCV(ccv, tcp_mss); in newreno_post_recovery()
|
H A D | cc_cubic.c | 188 CCV(ccv, tcp_mss)); in cubic_ack_received() 192 CCV(ccv, tcp_mss), cubic_data->K); in cubic_ack_received() 215 CCV(ccv, tcp_mss)) / in cubic_ack_received() 230 CCV(ccv, tcp_mss)); in cubic_ack_received() 249 cubic_data->K = cubic_k(cubic_data->max_cwnd / CCV(ccv, tcp_mss)); in cubic_after_idle() 295 mss = CCV(ccv, tcp_mss); in cubic_cong_signal() 380 mss = CCV(ccv, tcp_mss); in cubic_post_recovery()
|
H A D | cc_sunreno.c | 95 mss = CCV(ccv, tcp_mss); in sunreno_ack_received() 134 mss = CCV(ccv, tcp_mss) - opt_len; in sunreno_after_idle() 136 mss = CCV(ccv, tcp_mss); in sunreno_after_idle() 155 mss = CCV(ccv, tcp_mss); in sunreno_cong_signal()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 198 tcp->tcp_tcps->tcps_abc_l_var * tcp->tcp_mss); in cc_ack_received() 265 (tcp->tcp_snxt - tcp->tcp_suna) / 2 / tcp->tcp_mss, in cc_cong_signal() 266 2) * tcp->tcp_mss; in cc_cong_signal() 267 tcp->tcp_cwnd = tcp->tcp_mss; in cc_cong_signal() 331 if (mss < tcp->tcp_naglim || tcp->tcp_mss == tcp->tcp_naglim) in tcp_mss_set() 350 tcp->tcp_cwnd = (tcp->tcp_cwnd / tcp->tcp_mss) * mss; in tcp_mss_set() 353 tcp->tcp_mss = mss; in tcp_mss_set() 690 tcp->tcp_mss -= connp->conn_ht_iphc_len; in tcp_process_options() 715 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss)); in tcp_process_options() 721 TCP_SET_INIT_CWND(tcp, tcp->tcp_mss, tcps->tcps_slow_start_initial); in tcp_process_options() [all …]
|
H A D | tcp_opt_data.c | 410 *i1 = tcp->tcp_mss; in tcp_opt_get() 667 *i1 = MSS_ROUNDUP(*i1, tcp->tcp_mss); in tcp_opt_set() 693 tcp->tcp_naglim = *i1 ? 1 : tcp->tcp_mss; in tcp_opt_set() 727 if (val > MIN(4, MAX(2, 4380 / tcp->tcp_mss))) { in tcp_opt_set() 748 MIN(tcp->tcp_rwnd, val * tcp->tcp_mss); in tcp_opt_set()
|
H A D | tcp_timers.c | 579 if ((tcp->tcp_rnxt - tcp->tcp_rack) > tcp->tcp_mss) { in tcp_ack_timer() 820 tcp->tcp_cwnd = tcp->tcp_mss; in tcp_timer() 1018 if (mss > tcp->tcp_mss) in tcp_timer() 1019 mss = tcp->tcp_mss; in tcp_timer()
|
H A D | tcp_fusion.c | 535 if ((mp1 = tcp_xmit_mp(tcp, mp1, tcp->tcp_mss, NULL, NULL, in tcp_fuse_output() 842 rwnd = max_win - (max_win % tcp->tcp_mss); in tcp_fuse_set_rcv_hiwat() 843 if (rwnd < tcp->tcp_mss) in tcp_fuse_set_rcv_hiwat()
|
H A D | tcp.c | 754 tcp->tcp_mss = mss; in tcp_set_destination() 2065 tcp->tcp_mss = connp->conn_ipversion != IPV4_VERSION ? in tcp_reinit() 2274 tcp->tcp_mss = tcps->tcps_mss_def_ipv6; in tcp_reinit_values() 2277 tcp->tcp_mss = tcps->tcps_mss_def_ipv4; in tcp_reinit_values() 2528 if (mss == tcp->tcp_mss) in tcp_update_pmtu() 2534 if (mss > tcp->tcp_mss && decrease_only) in tcp_update_pmtu() 2537 DTRACE_PROBE2(tcp_update_pmtu, int32_t, tcp->tcp_mss, uint32_t, mss); in tcp_update_pmtu() 2577 int32_t mss = tcp->tcp_mss; in tcp_maxpsz_set() 2717 tcp->tcp_mss = tcps->tcps_mss_def_ipv6; in tcp_create_common() 2722 tcp->tcp_mss = tcps->tcps_mss_def_ipv4; in tcp_create_common() [all …]
|
H A D | tcp_output.c | 379 mss = tcp->tcp_mss - opt_len; in tcp_wput_data() 383 mss = tcp->tcp_mss; in tcp_wput_data() 1142 mss = tcp->tcp_mss; in tcp_output() 2952 u1 = tcp->tcp_mss; in tcp_xmit_mp_aux_iss() 3133 if (max_to_send + opt_len > tcp->tcp_mss) in tcp_xmit_mp() 3410 mss = tcp->tcp_mss; in tcp_sack_rexmit() 3539 mss = tcp->tcp_mss; in tcp_ss_rexmit()
|
H A D | tcp_tpi.c | 818 if (tcp->tcp_mss == 0) { in tcp_copy_info() 825 tia->TIDU_size = tcp->tcp_mss; in tcp_copy_info()
|
H A D | tcp_socket.c | 450 connp->conn_tcp->tcp_mss; in tcp_setsockopt()
|
H A D | tcp_stats.c | 133 tcei->ce_mss = tcp->tcp_mss; in tcp_set_conninfo()
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/ |
H A D | tcp_ctx.h | 155 u16_t tcp_mss; // mss of the connection member 210 u16_t tcp_mss; // mss of the connection member
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 614 int mss = tcp->tcp_mss; in tcp_send() 675 if (win_size < (2 * tcp->tcp_mss)) in tcp_send() 1353 mss = tcp->tcp_mss - tcp->tcp_hdr_len; in tcp_connect() 1546 acceptor->tcp_rwnd), acceptor->tcp_mss); in tcp_accept_comm() 1955 uint32_t mss = tcp->tcp_mss; in tcp_rwnd_set() 2197 if (mss < tcp->tcp_naglim || tcp->tcp_mss == tcp->tcp_naglim) in tcp_mss_set() 2205 tcp->tcp_mss = mss; in tcp_mss_set() 2333 tcp->tcp_mss -= tcp->tcp_hdr_len; in tcp_process_options() 2355 tcp_mss_set(tcp, MIN(tcpopt.tcp_opt_mss, tcp->tcp_mss)); in tcp_process_options() 2426 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
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_tx.c | 596 __in uint16_t tcp_mss, in ef10_tx_qdesc_tso2_create() argument 602 uint16_t, tcp_mss); in ef10_tx_qdesc_tso2_create() 620 ESF_DZ_TX_TSO_TCP_MSS, tcp_mss); in ef10_tx_qdesc_tso2_create()
|
H A D | ef10_impl.h | 702 __in uint16_t tcp_mss,
|
H A D | efx.h | 2058 __in uint16_t tcp_mss,
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tcp.h | 175 uint32_t tcp_mss; /* Max segment size */ member
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | tcp.d.in | 247 tcps_mss = T ? T->tcp_mss : 0;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 589 tcp->tcp_rack, tcp->tcp_rnxt, tcp->tcp_rto, tcp->tcp_mss); in netstat_tcp_verbose_pr()
|