Home
last modified time | relevance | path

Searched refs:tcp_jiffies32 (Results 1 – 18 of 18) sorted by relevance

/linux/net/ipv4/
H A Dtcp_plb.c66 /* Note that tcp_jiffies32 can wrap; we detect wraps by checking for in tcp_plb_check_rehash()
73 (!before(tcp_jiffies32, plb->pause_until) || in tcp_plb_check_rehash()
74 before(tcp_jiffies32 + max_suspend, plb->pause_until))) in tcp_plb_check_rehash()
101 plb->pause_until = tcp_jiffies32 + pause; in tcp_plb_update_state_upon_rto()
H A Dtcp_cubic.c146 u32 now = tcp_jiffies32; in cubictcp_cwnd_event()
222 (s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update()
229 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()
233 ca->last_time = tcp_jiffies32; in bictcp_update()
236 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()
267 t = (s32)(tcp_jiffies32 - ca->epoch_start); in bictcp_update()
463 if (ca->epoch_start && (s32)(tcp_jiffies32 - ca->epoch_start) < HZ) in cubictcp_acked()
H A Dtcp_bic.c86 (s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update()
90 ca->last_time = tcp_jiffies32; in bictcp_update()
93 ca->epoch_start = tcp_jiffies32; in bictcp_update()
H A Dtcp_westwood.c72 w->rtt_win_sx = tcp_jiffies32; in tcp_westwood_init()
120 s32 delta = tcp_jiffies32 - w->rtt_win_sx; in westwood_update_window()
144 w->rtt_win_sx = tcp_jiffies32; in westwood_update_window()
H A Dtcp_timer.c59 elapsed = tcp_jiffies32 - icsk->icsk_probes_tstamp; in tcp_clamp_probe0_to_user_timeout()
112 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*tcp_rto_max(sk) || !do_reset) in tcp_out_of_resources()
122 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
175 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtu_probing()
409 icsk->icsk_probes_tstamp = tcp_jiffies32; in tcp_probe_timer()
414 (s32)(tcp_jiffies32 - icsk->icsk_probes_tstamp) >= in tcp_probe_timer()
H A Dtcp_bbr.c914 after(tcp_jiffies32, bbr->probe_rtt_done_stamp))) in bbr_check_probe_rtt_done()
917 bbr->min_rtt_stamp = tcp_jiffies32; /* wait a while until PROBE_RTT */ in bbr_check_probe_rtt_done()
948 filter_expired = after(tcp_jiffies32, in bbr_update_min_rtt()
954 bbr->min_rtt_stamp = tcp_jiffies32; in bbr_update_min_rtt()
971 bbr->probe_rtt_done_stamp = tcp_jiffies32 + in bbr_update_min_rtt()
1054 bbr->min_rtt_stamp = tcp_jiffies32; in bbr_init()
H A Dtcp_minisocks.c562 minmax_reset(&newtp->rtt_min, tcp_jiffies32, ~0U); in tcp_create_openreq_child()
563 newicsk->icsk_ack.lrcvtime = tcp_jiffies32; in tcp_create_openreq_child()
565 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
H A Dtcp_input.c607 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_init_buffer_space()
840 now = tcp_jiffies32; in tcp_event_data_recv()
2198 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_enter_loss()
2489 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_undo_cwnd_reduction()
2646 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_end_cwnd_reduction()
2719 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_mtup_probe_success()
3078 minmax_running_min(&tp->rtt_min, wlen, tcp_jiffies32, in tcp_update_rtt_min()
3141 tcp_sk(sk)->snd_cwnd_stamp = tcp_jiffies32; in tcp_cong_avoid()
3613 s32 elapsed = (s32)(tcp_jiffies32 - val); in __tcp_oow_rate_limited()
3625 WRITE_ONCE(*last_oow_ack_time, tcp_jiffies32); in __tcp_oow_rate_limited()
[all...]
H A Dtcp_htcp.c107 u32 now = tcp_jiffies32; in measure_achieved_throughput()
H A Dtcp_output.c158 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_restart()
167 const u32 now = tcp_jiffies32; in tcp_event_data_sent()
1817 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtup_init()
1917 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_application_limited()
1944 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_validate()
1951 (s32)(tcp_jiffies32 - tp->snd_cwnd_stamp) >= inet_csk(sk)->icsk_rto && in tcp_cwnd_validate()
2327 delta = tcp_jiffies32 - icsk->icsk_mtup.probe_timestamp; in tcp_mtu_check_reprobe()
2339 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtu_check_reprobe()
2657 const u32 now = tcp_jiffies32; in tcp_chrono_set()
3953 tp->rcv_tstamp = tcp_jiffies32; in tcp_connect_init()
[all...]
H A Dtcp.c441 minmax_reset(&tp->rtt_min, tcp_jiffies32, ~0U); in tcp_init_sock()
4125 stats[i] += tcp_jiffies32 - tp->chrono_start; in tcp_get_info_chrono_stats()
4213 now = tcp_jiffies32; in tcp_get_info()
/linux/tools/testing/selftests/bpf/progs/
H 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/mptcp/
H A Dprotocol.c657 msk->last_data_recv = tcp_jiffies32; in __mptcp_move_skbs_from_subflow()
1511 msk->last_data_sent = tcp_jiffies32; in __subflow_push_pending()
2385 mptcp_set_close_tout(sk, tcp_jiffies32 - (mptcp_close_timeout(sk) + 1)); in __mptcp_close_ssk()
2518 return time_after32(tcp_jiffies32, in mptcp_close_tout_expired()
2675 tcp_jiffies32 + jiffies + mptcp_close_timeout(sk); in mptcp_reset_tout_timer()
2777 msk->last_data_sent = tcp_jiffies32; in __mptcp_init_sock()
2778 msk->last_data_recv = tcp_jiffies32; in __mptcp_init_sock()
2779 msk->last_ack_recv = tcp_jiffies32; in __mptcp_init_sock()
H A Dprotocol.h863 mptcp_set_close_tout(sk, tcp_jiffies32); in mptcp_start_tout_timer()
H A Doptions.c1078 msk->last_ack_recv = tcp_jiffies32; in ack_update_msk()
H A Dsockopt.c1001 now = tcp_jiffies32; in mptcp_diag_fill_info()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c685 tp->lsndtime = tcp_jiffies32; in chtls_push_frames()
H A Dchtls_cm.c2262 tp->rcv_tstamp = tcp_jiffies32; in chtls_rx_ack()