Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_cubic.c157 u32 now = tcp_jiffies32; in bictcp_cwnd_event()
233 (s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update()
240 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()
244 ca->last_time = tcp_jiffies32; in bictcp_update()
247 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()
278 t = (s32)(tcp_jiffies32 - ca->epoch_start); in bictcp_update()
441 if (ca->epoch_start && (s32)(tcp_jiffies32 - ca->epoch_start) < HZ) in bictcp_acked()
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()
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()
Dtcp_timer.c91 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
101 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
153 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtu_probing()
478 if (tcp_jiffies32 - tp->rcv_tstamp > TCP_RTO_MAX) { in tcp_retransmit_timer()
Dtcp_bbr.c911 after(tcp_jiffies32, bbr->probe_rtt_done_stamp))) in bbr_check_probe_rtt_done()
914 bbr->min_rtt_stamp = tcp_jiffies32; /* wait a while until PROBE_RTT */ in bbr_check_probe_rtt_done()
945 filter_expired = after(tcp_jiffies32, in bbr_update_min_rtt()
951 bbr->min_rtt_stamp = tcp_jiffies32; in bbr_update_min_rtt()
968 bbr->probe_rtt_done_stamp = tcp_jiffies32 + in bbr_update_min_rtt()
1051 bbr->min_rtt_stamp = tcp_jiffies32; in bbr_init()
Dtcp_minisocks.c495 minmax_reset(&newtp->rtt_min, tcp_jiffies32, ~0U); in tcp_create_openreq_child()
496 newicsk->icsk_ack.lrcvtime = tcp_jiffies32; in tcp_create_openreq_child()
498 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
Dtcp_output.c151 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_restart()
160 const u32 now = tcp_jiffies32; in tcp_event_data_sent()
1534 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtup_init()
1635 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_application_limited()
1656 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_validate()
1663 (s32)(tcp_jiffies32 - tp->snd_cwnd_stamp) >= inet_csk(sk)->icsk_rto && in tcp_cwnd_validate()
2042 delta = tcp_jiffies32 - icsk->icsk_mtup.probe_timestamp; in tcp_mtu_check_reprobe()
2054 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtu_check_reprobe()
2303 const u32 now = tcp_jiffies32; in tcp_chrono_set()
3434 tp->rcv_tstamp = tcp_jiffies32; in tcp_connect_init()
Dtcp_input.c471 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_init_buffer_space()
688 now = tcp_jiffies32; in tcp_event_data_recv()
2006 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_enter_loss()
2367 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_undo_cwnd_reduction()
2512 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_end_cwnd_reduction()
2582 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_mtup_probe_success()
2913 minmax_running_min(&tp->rtt_min, wlen, tcp_jiffies32, in tcp_update_rtt_min()
2981 tcp_sk(sk)->snd_cwnd_stamp = tcp_jiffies32; in tcp_cong_avoid()
3417 s32 elapsed = (s32)(tcp_jiffies32 - *last_oow_ack_time); in __tcp_oow_rate_limited()
3425 *last_oow_ack_time = tcp_jiffies32; in __tcp_oow_rate_limited()
[all …]
Dtcp_htcp.c107 u32 now = tcp_jiffies32; in measure_achieved_throughput()
Dtcp.c421 minmax_reset(&tp->rtt_min, tcp_jiffies32, ~0U); in tcp_init_sock()
3184 stats[i] += tcp_jiffies32 - tp->chrono_start; in tcp_get_info_chrono_stats()
3267 now = tcp_jiffies32; in tcp_get_info()
/Linux-v5.4/include/net/
Dtcp.h735 #define tcp_jiffies32 ((u32)jiffies) macro
1360 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()
1425 return min_t(u32, tcp_jiffies32 - icsk->icsk_ack.lrcvtime, in keepalive_time_elapsed()
1426 tcp_jiffies32 - tp->rcv_tstamp); in keepalive_time_elapsed()