Lines Matching refs:inet_csk
358 struct inet_connection_sock *icsk = inet_csk(sk); in tcp_dec_quickack_mode()
678 if (inet_csk(sk)->icsk_rto > TCP_RTO_MAX) in tcp_bound_rto()
679 inet_csk(sk)->icsk_rto = TCP_RTO_MAX; in tcp_bound_rto()
718 u32 rto_min = inet_csk(sk)->icsk_rto_min; in tcp_rto_min()
1132 const struct inet_connection_sock *icsk = inet_csk(sk); in tcp_ca_needs_ecn()
1139 struct inet_connection_sock *icsk = inet_csk(sk); in tcp_set_ca_state()
1148 const struct inet_connection_sock *icsk = inet_csk(sk); in tcp_ca_event()
1218 (1 << inet_csk(sk)->icsk_ca_state); in tcp_in_cwnd_reduction()
1319 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base()
1327 inet_csk(sk)->icsk_backoff); in tcp_probe0_when()
1335 if (!tcp_sk(sk)->packets_out && !inet_csk(sk)->icsk_pending) in tcp_check_probe_timer()
1381 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()
1389 if (delta > inet_csk(sk)->icsk_rto) in tcp_slow_start_after_idle_check()
1450 (tcp_receive_window(tp) <= inet_csk(sk)->icsk_ack.rcv_mss); in tcp_epollin_ready()
1492 const int rto = inet_csk(sk)->icsk_rto; in tcp_fin_time()
1724 ctx = rcu_dereference(inet_csk(sk)->icsk_accept_queue.fastopenq.ctx); in tcp_fastopen_get_ctx()
2086 u32 rto = inet_csk(sk)->icsk_rto; in tcp_rto_delta_us()