Searched refs:advmss (Results 1 – 17 of 17) sorted by relevance
| /linux/include/net/ |
| A D | dst.h | 184 u32 advmss = dst_metric_raw(dst, RTAX_ADVMSS); in dst_metric_advmss() local 186 if (!advmss) in dst_metric_advmss() 187 advmss = dst->ops->default_advmss(dst); in dst_metric_advmss() 189 return advmss; in dst_metric_advmss()
|
| A D | tcp.h | 1585 __tcp_adjust_rcv_ssthresh(sk, 4U * tcp_sk(sk)->advmss); in tcp_adjust_rcv_ssthresh() 2453 tcp_sk(sk)->advmss, tcp_sk(sk)->mss_cache, in tcp_rto_delta_us()
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| A D | chtls_cm.c | 971 tp->advmss = dst_metric_advmss(dst); in chtls_select_mss() 972 if (USER_MSS(tp) && tp->advmss > USER_MSS(tp)) in chtls_select_mss() 973 tp->advmss = USER_MSS(tp); in chtls_select_mss() 974 if (tp->advmss > pmtu - iphdrsz) in chtls_select_mss() 975 tp->advmss = pmtu - iphdrsz; in chtls_select_mss() 976 if (mss && tp->advmss > mss) in chtls_select_mss() 977 tp->advmss = mss; in chtls_select_mss() 979 tp->advmss = cxgb4_best_aligned_mtu(cdev->lldi->mtus, in chtls_select_mss() 981 tp->advmss - tcpoptsz, in chtls_select_mss() 983 tp->advmss -= iphdrsz; in chtls_select_mss()
|
| /linux/drivers/scsi/cxgbi/cxgb4i/ |
| A D | cxgb4i.c | 645 flowc->mnemval[7].val = htonl(csk->advmss); in send_tx_flowc_wr() 671 csk->advmss); in send_tx_flowc_wr() 945 csk->advmss = lldi->mtus[TCPOPT_MSS_G(tcp_opt)] - 40; in do_act_establish() 947 csk->advmss -= 12; in do_act_establish() 948 if (csk->advmss < 128) in do_act_establish() 949 csk->advmss = 128; in do_act_establish() 953 csk, TCPOPT_MSS_G(tcp_opt), csk->advmss); in do_act_establish()
|
| /linux/net/ipv4/ |
| A D | tcp_input.c | 251 tcp_sk(sk)->advmss); in tcp_measure_rcv_mss() 536 incr = 2 * tp->advmss; in tcp_grow_window() 574 if (tcp_app_win && maxwin > 4 * tp->advmss) in tcp_init_buffer_space() 577 4 * tp->advmss)); in tcp_init_buffer_space() 582 tp->window_clamp > 2 * tp->advmss && in tcp_init_buffer_space() 583 tp->window_clamp + tp->advmss > maxwin) in tcp_init_buffer_space() 585 max(2 * tp->advmss, maxwin - tp->advmss)); in tcp_init_buffer_space() 590 (u32)TCP_INIT_CWND * tp->advmss); in tcp_init_buffer_space() 770 rcvwin = ((u64)copied << 1) + 16 * tp->advmss; in tcp_rcv_space_adjust() 6531 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process() [all …]
|
| A D | tcp_output.c | 127 int mss = tp->advmss; in tcp_advertise_mss() 134 tp->advmss = mss; in tcp_advertise_mss() 3902 tp->advmss = tcp_mss_clamp(tp, dst_metric_advmss(dst)); in tcp_connect_init() 3916 tp->advmss - (tp->rx_opt.ts_recent_stamp ? tp->tcp_header_len - sizeof(struct tcphdr) : 0), in tcp_connect_init() 3977 tp->rx_opt.mss_clamp = tp->advmss; /* If MSS is not cached */ in tcp_send_syn_data()
|
| A D | route.c | 1298 unsigned int advmss = max_t(unsigned int, ipv4_mtu(dst) - header_size, in ipv4_default_advmss() local 1301 return min(advmss, IPV4_MAX_PMTU - header_size); in ipv4_default_advmss()
|
| A D | tcp.c | 4140 info->tcpi_advmss = tp->advmss; in tcp_get_info() 4988 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, advmss); in tcp_struct_check()
|
| A D | tcp_ipv4.c | 1802 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst));
|
| /linux/Documentation/netlink/specs/ |
| A D | rt_route.yaml | 209 name: rtax-advmss
|
| /linux/drivers/scsi/cxgbi/ |
| A D | libcxgbi.c | 1103 csk->advmss = dst_metric_advmss(dst); in cxgbi_sock_select_mss() 1105 if (csk->advmss > pmtu - 40) in cxgbi_sock_select_mss() 1106 csk->advmss = pmtu - 40; in cxgbi_sock_select_mss() 1107 if (csk->advmss < csk->cdev->mtus[0] - 40) in cxgbi_sock_select_mss() 1108 csk->advmss = csk->cdev->mtus[0] - 40; in cxgbi_sock_select_mss() 1109 idx = cxgbi_sock_find_best_mtu(csk, csk->advmss + 40); in cxgbi_sock_select_mss() 1960 csk->advmss); in cxgbi_conn_alloc_pdu()
|
| A D | libcxgbi.h | 121 unsigned short advmss; member
|
| /linux/Documentation/networking/net_cachelines/ |
| A D | tcp_sock.rst | 43 u16 advmss - read_mostly tcp_r…
|
| /linux/include/linux/ |
| A D | tcp.h | 240 u16 advmss; /* Advertised MSS */ member
|
| /linux/net/mptcp/ |
| A D | protocol.c | 2007 u32 time, advmss = 1; in mptcp_rcv_space_adjust() local 2036 sf_advmss = READ_ONCE(tp->advmss); in mptcp_rcv_space_adjust() 2039 advmss = max(sf_advmss, advmss); in mptcp_rcv_space_adjust() 2056 rcvwin = ((u64)msk->rcvq_space.copied << 1) + 16 * advmss; in mptcp_rcv_space_adjust() 3391 TCP_INIT_CWND * tp->advmss); in mptcp_rcv_space_init()
|
| /linux/net/ipv6/ |
| A D | tcp_ipv6.c | 1503 newtp->advmss = tcp_mss_clamp(tcp_sk(sk), dst_metric_advmss(dst));
|
| /linux/Documentation/networking/ |
| A D | snmp_counter.rst | 1218 …ts sack cubic wscale:7,7 rto:204 rtt:0.98/0.49 mss:1448 pmtu:1500 rcvmss:536 advmss:1448 cwnd:10 b…
|
Completed in 93 milliseconds