Lines Matching refs:tcp_sk
492 last_overflow = tcp_sk(sk)->rx_opt.ts_recent_stamp; in tcp_synq_overflow()
494 tcp_sk(sk)->rx_opt.ts_recent_stamp = now; in tcp_synq_overflow()
514 last_overflow = tcp_sk(sk)->rx_opt.ts_recent_stamp; in tcp_synq_no_recent_overflow()
589 if (hrtimer_try_to_cancel(&tcp_sk(sk)->pacing_timer) == 1) in tcp_clear_xmit_timers()
592 if (hrtimer_try_to_cancel(&tcp_sk(sk)->compressed_ack_timer) == 1) in tcp_clear_xmit_timers()
663 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check()
1172 const struct tcp_sock *tp = tcp_sk(sk); in tcp_current_ssthresh()
1217 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited()
1259 if (!tcp_sk(sk)->packets_out && !inet_csk(sk)->icsk_pending) in tcp_check_probe_timer()
1324 struct tcp_sock *tp = tcp_sk(sk); in tcp_slow_start_after_idle_check()
1400 int fin_timeout = tcp_sk(sk)->linger2 ? : sock_net(sk)->ipv4.sysctl_tcp_fin_timeout; in tcp_fin_time()
1738 struct tcp_sock *tp = tcp_sk(sk); in tcp_push_pending_frames()
1761 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()
1766 return tcp_sk(sk)->highest_sack; in tcp_highest_sack()
1771 tcp_sk(sk)->highest_sack = tcp_rtx_queue_head(sk); in tcp_highest_sack_reset()
1780 tcp_sk(sk)->highest_sack = new; in tcp_highest_sack_replace()
1845 const struct tcp_sock *tp = tcp_sk(sk); in tcp_stream_memory_free()
1945 return rto_time_stamp_us - tcp_sk(sk)->tcp_mstamp; in tcp_rto_delta_us()
1986 struct tcp_sock *tp = tcp_sk(sk); in tcp_inq()