Lines Matching refs:tcp_sk
332 tcp_sk(sk)->rx_opt.ts_recent_stamp = jiffies; in tcp_synq_overflow()
338 unsigned long last_overflow = tcp_sk(sk)->rx_opt.ts_recent_stamp; in tcp_synq_no_recent_overflow()
619 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check()
981 const struct tcp_sock *tp = tcp_sk(sk); in tcp_current_ssthresh()
1037 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited()
1048 const struct tcp_sock *tp = tcp_sk(sk); in tcp_check_probe_timer()
1173 int fin_timeout = tcp_sk(sk)->linger2 ? : sysctl_tcp_fin_timeout; in tcp_fin_time()
1380 tcp_clear_all_retrans_hints(tcp_sk(sk)); in tcp_write_queue_purge()
1457 if (tcp_sk(sk)->highest_sack == NULL) in tcp_add_write_queue_tail()
1458 tcp_sk(sk)->highest_sack = skb; in tcp_add_write_queue_tail()
1499 struct tcp_sock *tp = tcp_sk(sk); in tcp_push_pending_frames()
1522 tcp_sk(sk)->highest_sack = tcp_skb_is_last(sk, skb) ? NULL : in tcp_advance_highest_sack()
1528 return tcp_sk(sk)->highest_sack; in tcp_highest_sack()
1533 tcp_sk(sk)->highest_sack = tcp_write_queue_head(sk); in tcp_highest_sack_reset()
1541 if (tcp_sk(sk)->sacked_out && (old == tcp_sk(sk)->highest_sack)) in tcp_highest_sack_combine()
1542 tcp_sk(sk)->highest_sack = new; in tcp_highest_sack_combine()
1601 const struct tcp_sock *tp = tcp_sk(sk); in tcp_stream_memory_free()