Home
last modified time | relevance | path

Searched refs:tcp_sk (Results 1 – 6 of 6) sorted by relevance

/include/net/
Dtcp.h514 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_overflow()
516 WRITE_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp, now); in tcp_synq_overflow()
537 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_no_recent_overflow()
624 if (hrtimer_try_to_cancel(&tcp_sk(sk)->pacing_timer) == 1) in tcp_clear_xmit_timers()
627 if (hrtimer_try_to_cancel(&tcp_sk(sk)->compressed_ack_timer) == 1) in tcp_clear_xmit_timers()
702 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check()
1241 const struct tcp_sock *tp = tcp_sk(sk); in tcp_current_ssthresh()
1286 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited()
1314 s64 delay = tcp_sk(sk)->tcp_wstamp_ns - tcp_sk(sk)->tcp_clock_cache; in tcp_pacing_delay()
1352 if (!tcp_sk(sk)->packets_out && !inet_csk(sk)->icsk_pending) in tcp_check_probe_timer()
[all …]
Dmptcp.h100 return tcp_sk(sk)->is_mptcp; in sk_is_mptcp()
/include/net/netns/
Dipv6.h96 struct sock *tcp_sk; member
/include/linux/
Dtcp.h440 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() function
471 rcu_access_pointer(tcp_sk(sk)->fastopen_rsk) != NULL; in tcp_passive_fastopen()
/include/trace/events/
Dmptcp.h46 __entry->snd_wnd = tcp_sk(ssk)->snd_wnd;
Dtcp.h266 const struct tcp_sock *tp = tcp_sk(sk);