Searched refs:snd_cwnd_stamp (Results 1 – 5 of 5) sorted by relevance
132 tp->snd_cwnd_stamp = tcp_jiffies32; in BPF_PROG() 138 tp->snd_cwnd_stamp = tcp_jiffies32; in BPF_PROG()
94 case offsetof(struct tcp_sock, snd_cwnd_stamp): in bpf_tcp_ca_btf_struct_access()95 end = offsetofend(struct tcp_sock, snd_cwnd_stamp); in bpf_tcp_ca_btf_struct_access()
772 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_init_buffer_space()2576 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_enter_loss()2867 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_undo_cwnd_reduction()3024 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_end_cwnd_reduction()3097 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_mtup_probe_success()3518 tcp_sk(sk)->snd_cwnd_stamp = tcp_jiffies32; in tcp_cong_avoid()6081 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_new_space()6725 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_init_transfer()
174 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_restart()2153 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_application_limited()2180 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_validate()2187 (s32)(tcp_jiffies32 - tp->snd_cwnd_stamp) >= inet_csk(sk)->icsk_rto && in tcp_cwnd_validate()
428 u32 snd_cwnd_stamp; member