Searched refs:tcp_sk (Results 1 – 6 of 6) sorted by relevance
832 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check()1488 s64 delay = tcp_sk(sk)->tcp_wstamp_ns - tcp_sk(sk)->tcp_clock_cache; in tcp_pacing_delay()1578 struct tcp_sock *tp = tcp_sk(sk); in tcp_slow_start_after_idle_check()1647 struct tcp_sock *tp = tcp_sk(sk); in __tcp_adjust_rcv_ssthresh()2199 return tcp_sk(sk)->highest_sack; in tcp_highest_sack()2213 tcp_sk(sk)->highest_sack = new; in tcp_highest_sack_replace()2504 tcp_snd_cwnd(tcp_sk(sk)), in tcp_warn_once()2505 tcp_sk(sk)->packets_out, tcp_sk(sk)->sacked_out, in tcp_warn_once()2506 tcp_sk(sk)->lost_out, tcp_sk(sk)->retrans_out, in tcp_warn_once()2509 tcp_sk(sk)->advmss, tcp_sk(sk)->mss_cache, in tcp_warn_once()[all …]
134 return tcp_sk(sk)->is_mptcp; in sk_is_mptcp()
95 struct sock *tcp_sk; member
530 #define tcp_sk(ptr) container_of_const(ptr, struct tcp_sock, inet_conn.icsk_inet.sk) macro566 rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL; in tcp_passive_fastopen()
46 __entry->snd_wnd = tcp_sk(ssk)->snd_wnd;
235 struct tcp_sock *tp = tcp_sk(sk);388 const struct tcp_sock *tp = tcp_sk(sk);
Completed in 934 milliseconds