Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dbpf_cc_cubic.c141 tp->snd_cwnd_stamp = tcp_jiffies32; in BPF_PROG()
147 tp->snd_cwnd_stamp = tcp_jiffies32; in BPF_PROG()
/linux/net/ipv4/
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()
A Dtcp_input.c588 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_init_buffer_space()
2212 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_enter_loss()
2586 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_undo_cwnd_reduction()
2741 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_end_cwnd_reduction()
2814 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_mtup_probe_success()
3255 tcp_sk(sk)->snd_cwnd_stamp = tcp_jiffies32; in tcp_cong_avoid()
5711 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_new_space()
6300 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_init_transfer()
A Dtcp_output.c158 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_restart()
1910 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_application_limited()
1937 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_validate()
1944 (s32)(tcp_jiffies32 - tp->snd_cwnd_stamp) >= inet_csk(sk)->icsk_rto && in tcp_cwnd_validate()
/linux/Documentation/networking/net_cachelines/
A Dtcp_sock.rst96 u32 snd_cwnd_stamp
/linux/include/linux/
A Dtcp.h400 u32 snd_cwnd_stamp; member

Completed in 27 milliseconds