Lines Matching refs:tcp_sk
502 unsigned long last_overflow = tcp_sk(sk)->rx_opt.ts_recent_stamp; in tcp_synq_overflow()
506 tcp_sk(sk)->rx_opt.ts_recent_stamp = now; in tcp_synq_overflow()
512 unsigned long last_overflow = tcp_sk(sk)->rx_opt.ts_recent_stamp; in tcp_synq_no_recent_overflow()
648 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check()
1026 const struct tcp_sock *tp = tcp_sk(sk); in tcp_current_ssthresh()
1082 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited()
1113 if (!tcp_sk(sk)->packets_out && !inet_csk(sk)->icsk_pending) in tcp_check_probe_timer()
1184 struct tcp_sock *tp = tcp_sk(sk); in tcp_slow_start_after_idle_check()
1249 int fin_timeout = tcp_sk(sk)->linger2 ? : sysctl_tcp_fin_timeout; in tcp_fin_time()
1456 tcp_clear_all_retrans_hints(tcp_sk(sk)); in tcp_write_queue_purge()
1533 if (tcp_sk(sk)->highest_sack == NULL) in tcp_add_write_queue_tail()
1534 tcp_sk(sk)->highest_sack = skb; in tcp_add_write_queue_tail()
1575 struct tcp_sock *tp = tcp_sk(sk); in tcp_push_pending_frames()
1598 tcp_sk(sk)->highest_sack = tcp_skb_is_last(sk, skb) ? NULL : in tcp_advance_highest_sack()
1604 return tcp_sk(sk)->highest_sack; in tcp_highest_sack()
1609 tcp_sk(sk)->highest_sack = tcp_write_queue_head(sk); in tcp_highest_sack_reset()
1617 if (tcp_sk(sk)->sacked_out && (old == tcp_sk(sk)->highest_sack)) in tcp_highest_sack_combine()
1618 tcp_sk(sk)->highest_sack = new; in tcp_highest_sack_combine()
1675 const struct tcp_sock *tp = tcp_sk(sk); in tcp_stream_memory_free()