Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_cubic.c156 u32 now = tcp_jiffies32; in bictcp_cwnd_event()
232 (s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update()
239 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()
243 ca->last_time = tcp_jiffies32; in bictcp_update()
246 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()
277 t = (s32)(tcp_jiffies32 - ca->epoch_start); in bictcp_update()
440 if (ca->epoch_start && (s32)(tcp_jiffies32 - ca->epoch_start) < HZ) in bictcp_acked()
Dtcp_bic.c85 (s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update()
89 ca->last_time = tcp_jiffies32; in bictcp_update()
92 ca->epoch_start = tcp_jiffies32; in bictcp_update()
Dtcp_westwood.c71 w->rtt_win_sx = tcp_jiffies32; in tcp_westwood_init()
119 s32 delta = tcp_jiffies32 - w->rtt_win_sx; in westwood_update_window()
143 w->rtt_win_sx = tcp_jiffies32; in westwood_update_window()
Dtcp_bbr.c754 after(tcp_jiffies32, bbr->probe_rtt_done_stamp))) in bbr_check_probe_rtt_done()
757 bbr->min_rtt_stamp = tcp_jiffies32; /* wait a while until PROBE_RTT */ in bbr_check_probe_rtt_done()
788 filter_expired = after(tcp_jiffies32, in bbr_update_min_rtt()
794 bbr->min_rtt_stamp = tcp_jiffies32; in bbr_update_min_rtt()
813 bbr->probe_rtt_done_stamp = tcp_jiffies32 + in bbr_update_min_rtt()
865 bbr->min_rtt_stamp = tcp_jiffies32; in bbr_init()
Dtcp_timer.c102 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
112 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
164 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtu_probing()
475 if (tcp_jiffies32 - tp->rcv_tstamp > TCP_RTO_MAX) { in tcp_retransmit_timer()
Dtcp_minisocks.c484 minmax_reset(&newtp->rtt_min, tcp_jiffies32, ~0U); in tcp_create_openreq_child()
486 newicsk->icsk_ack.lrcvtime = tcp_jiffies32; in tcp_create_openreq_child()
493 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
Dtcp_output.c139 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_restart()
148 const u32 now = tcp_jiffies32; in tcp_event_data_sent()
1509 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtup_init()
1610 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_application_limited()
1631 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_validate()
1638 (s32)(tcp_jiffies32 - tp->snd_cwnd_stamp) >= inet_csk(sk)->icsk_rto && in tcp_cwnd_validate()
1922 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 0) in tcp_tso_should_defer()
1994 delta = tcp_jiffies32 - icsk->icsk_mtup.probe_timestamp; in tcp_mtu_check_reprobe()
2006 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtu_check_reprobe()
2225 const u32 now = tcp_jiffies32; in tcp_chrono_set()
[all …]
Dtcp_input.c485 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_init_buffer_space()
699 now = tcp_jiffies32; in tcp_event_data_recv()
1999 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_enter_loss()
2360 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_undo_cwnd_reduction()
2505 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_end_cwnd_reduction()
2575 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_mtup_probe_success()
2907 minmax_running_min(&tp->rtt_min, wlen, tcp_jiffies32, in tcp_update_rtt_min()
2973 tcp_sk(sk)->snd_cwnd_stamp = tcp_jiffies32; in tcp_cong_avoid()
3408 s32 elapsed = (s32)(tcp_jiffies32 - *last_oow_ack_time); in __tcp_oow_rate_limited()
3416 *last_oow_ack_time = tcp_jiffies32; in __tcp_oow_rate_limited()
[all …]
Dtcp_htcp.c106 u32 now = tcp_jiffies32; in measure_achieved_throughput()
Dtcp_metrics.c524 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_init_metrics()
Dtcp.c420 minmax_reset(&tp->rtt_min, tcp_jiffies32, ~0U); in tcp_init_sock()
3089 stats[i] += tcp_jiffies32 - tp->chrono_start; in tcp_get_info_chrono_stats()
3172 now = tcp_jiffies32; in tcp_get_info()
/Linux-v4.19/include/net/
Dtcp.h724 #define tcp_jiffies32 ((u32)jiffies) macro
1330 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()
1394 return min_t(u32, tcp_jiffies32 - icsk->icsk_ack.lrcvtime, in keepalive_time_elapsed()
1395 tcp_jiffies32 - tp->rcv_tstamp); in keepalive_time_elapsed()