Home
last modified time | relevance | path

Searched refs:snd_cwnd_stamp (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cc_cubic.c132 tp->snd_cwnd_stamp = tcp_jiffies32; in BPF_PROG()
138 tp->snd_cwnd_stamp = tcp_jiffies32; in BPF_PROG()
/linux/net/ipv4/
H A Dbpf_tcp_ca.c94 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()
H A Dtcp_input.c772 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()
H A Dtcp_output.c174 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()
/linux/include/linux/
H A Dtcp.h428 u32 snd_cwnd_stamp; member