/linux/net/ipv4/ |
H A D | tcp_plb.c | 66 /* 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 D | tcp_cubic.c | 146 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 D | tcp_bic.c | 86 (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 D | tcp_westwood.c | 72 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 D | tcp_timer.c | 59 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 D | tcp_bbr.c | 914 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 D | tcp_minisocks.c | 562 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 D | tcp_input.c | 607 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 D | tcp_htcp.c | 107 u32 now = tcp_jiffies32; in measure_achieved_throughput()
|
H A D | tcp_output.c | 158 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 D | tcp.c | 441 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 D | bpf_cc_cubic.c | 141 tp->snd_cwnd_stamp = tcp_jiffies32; in BPF_PROG() 147 tp->snd_cwnd_stamp = tcp_jiffies32; in BPF_PROG()
|
/linux/net/mptcp/ |
H A D | protocol.c | 657 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 D | protocol.h | 863 mptcp_set_close_tout(sk, tcp_jiffies32); in mptcp_start_tout_timer()
|
H A D | options.c | 1078 msk->last_ack_recv = tcp_jiffies32; in ack_update_msk()
|
H A D | sockopt.c | 1001 now = tcp_jiffies32; in mptcp_diag_fill_info()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_io.c | 685 tp->lsndtime = tcp_jiffies32; in chtls_push_frames()
|
H A D | chtls_cm.c | 2262 tp->rcv_tstamp = tcp_jiffies32; in chtls_rx_ack()
|