Searched refs:dccps_mss_cache (Results 1 – 5 of 5) sorted by relevance
202 u32 init_win = rfc3390_bytes_to_packets(dccp_sk(sk)->dccps_mss_cache), in ccid2_cwnd_application_limited()221 iwnd = rfc3390_bytes_to_packets(dccp_sk(sk)->dccps_mss_cache); in ccid2_cwnd_restart()728 hc->tx_cwnd = rfc3390_bytes_to_packets(dp->dccps_mss_cache); in ccid2_hc_tx_init()
203 dp->dccps_mss_cache = 536; in dccp_init_sock()637 val = READ_ONCE(dp->dccps_mss_cache); in do_dccp_getsockopt()746 if (len > READ_ONCE(dp->dccps_mss_cache)) in dccp_sendmsg()780 if (len > dp->dccps_mss_cache) { in dccp_sendmsg()
420 len + dcb->dccpd_opt_len + skb->len > dp->dccps_mss_cache) { in dccp_insert_option_ackvec()423 dcb->dccpd_opt_len, dp->dccps_mss_cache); in dccp_insert_option_ackvec()
190 WRITE_ONCE(dp->dccps_mss_cache, cur_mps); in dccp_sync_mss()256 const u32 cur_mps = dp->dccps_mss_cache - DCCP_FEATNEG_OVERHEAD; in dccp_xmit_packet()
279 __u32 dccps_mss_cache; member