Lines Matching refs:inet_csk
357 struct inet_connection_sock *icsk = inet_csk(sk); in tcp_dec_quickack_mode()
679 if (inet_csk(sk)->icsk_rto > TCP_RTO_MAX) in tcp_bound_rto()
680 inet_csk(sk)->icsk_rto = TCP_RTO_MAX; in tcp_bound_rto()
719 u32 rto_min = inet_csk(sk)->icsk_rto_min; in tcp_rto_min()
1137 const struct inet_connection_sock *icsk = inet_csk(sk); in tcp_ca_needs_ecn()
1144 struct inet_connection_sock *icsk = inet_csk(sk); in tcp_set_ca_state()
1153 const struct inet_connection_sock *icsk = inet_csk(sk); in tcp_ca_event()
1223 (1 << inet_csk(sk)->icsk_ca_state); in tcp_in_cwnd_reduction()
1324 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()
1332 inet_csk(sk)->icsk_backoff); in tcp_probe0_when()
1340 if (!tcp_sk(sk)->packets_out && !inet_csk(sk)->icsk_pending) in tcp_check_probe_timer()
1386 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
1394 if (delta > inet_csk(sk)->icsk_rto) in tcp_slow_start_after_idle_check()
1466 (tcp_receive_window(tp) <= inet_csk(sk)->icsk_ack.rcv_mss); in tcp_epollin_ready()
1508 const int rto = inet_csk(sk)->icsk_rto; in tcp_fin_time()
1740 ctx = rcu_dereference(inet_csk(sk)->icsk_accept_queue.fastopenq.ctx); in tcp_fastopen_get_ctx()
2102 u32 rto = inet_csk(sk)->icsk_rto; in tcp_rto_delta_us()