Lines Matching refs:tcp_sk
527 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_overflow()
550 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_no_recent_overflow()
636 if (hrtimer_try_to_cancel(&tcp_sk(sk)->pacing_timer) == 1) in tcp_clear_xmit_timers()
639 if (hrtimer_try_to_cancel(&tcp_sk(sk)->compressed_ack_timer) == 1) in tcp_clear_xmit_timers()
717 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check()
1257 const struct tcp_sock *tp = tcp_sk(sk); in tcp_current_ssthresh()
1302 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited()
1330 s64 delay = tcp_sk(sk)->tcp_wstamp_ns - tcp_sk(sk)->tcp_clock_cache; in tcp_pacing_delay()
1368 if (!tcp_sk(sk)->packets_out && !inet_csk(sk)->icsk_pending) in tcp_check_probe_timer()
1418 struct tcp_sock *tp = tcp_sk(sk); in tcp_slow_start_after_idle_check()
1444 return __tcp_win_from_space(tcp_sk(sk)->scaling_ratio, space); in tcp_win_from_space()
1458 return __tcp_space_from_win(tcp_sk(sk)->scaling_ratio, win); in tcp_space_from_win()
1466 tcp_sk(sk)->scaling_ratio = (1200 << TCP_RMEM_TO_WIN_SCALE) / in tcp_scaling_ratio_init()
1486 struct tcp_sock *tp = tcp_sk(sk); in tcp_adjust_rcv_ssthresh()
1518 const struct tcp_sock *tp = tcp_sk(sk); in tcp_epollin_ready()
1582 int fin_timeout = tcp_sk(sk)->linger2 ? : in tcp_fin_time()
1928 const struct tcp_sock *tp = tcp_sk(sk); in tcp_write_queue_empty()
1984 struct tcp_sock *tp = tcp_sk(sk); in tcp_push_pending_frames()
2007 tcp_sk(sk)->highest_sack = skb_rb_next(skb); in tcp_advance_highest_sack()
2012 return tcp_sk(sk)->highest_sack; in tcp_highest_sack()
2017 tcp_sk(sk)->highest_sack = tcp_rtx_queue_head(sk); in tcp_highest_sack_reset()
2026 tcp_sk(sk)->highest_sack = new; in tcp_highest_sack_replace()
2226 return rto_time_stamp_us - tcp_sk(sk)->tcp_mstamp; in tcp_rto_delta_us()
2267 struct tcp_sock *tp = tcp_sk(sk); in tcp_inq()
2496 if (BPF_SOCK_OPS_TEST_FLAG(tcp_sk(sk), BPF_SOCK_OPS_RTT_CB_FLAG)) in tcp_bpf_rtt()
2526 tcp_twsk(sk)->tw_tx_delay : tcp_sk(sk)->tcp_tx_delay; in tcp_transmit_time()