Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_plb.c73 (!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_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 || !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()
408 icsk->icsk_probes_tstamp = tcp_jiffies32; in tcp_probe_timer()
413 (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.c558 minmax_reset(&newtp->rtt_min, tcp_jiffies32, ~0U); in tcp_create_openreq_child()
559 newicsk->icsk_ack.lrcvtime = tcp_jiffies32; in tcp_create_openreq_child()
561 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
H A Dtcp_input.c594 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_init_buffer_space()
832 now = tcp_jiffies32; in tcp_event_data_recv()
2218 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_enter_loss()
2592 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_undo_cwnd_reduction()
2747 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_end_cwnd_reduction()
2820 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_mtup_probe_success()
3198 minmax_running_min(&tp->rtt_min, wlen, tcp_jiffies32, in tcp_update_rtt_min()
3261 tcp_sk(sk)->snd_cwnd_stamp = tcp_jiffies32; in tcp_cong_avoid()
3741 s32 elapsed = (s32)(tcp_jiffies32 - val); in __tcp_oow_rate_limited()
3753 WRITE_ONCE(*last_oow_ack_time, tcp_jiffies32); in __tcp_oow_rate_limited()
[all …]
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()
1814 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtup_init()
1915 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_application_limited()
1942 tp->snd_cwnd_stamp = tcp_jiffies32; in tcp_cwnd_validate()
1949 (s32)(tcp_jiffies32 - tp->snd_cwnd_stamp) >= inet_csk(sk)->icsk_rto && in tcp_cwnd_validate()
2325 delta = tcp_jiffies32 - icsk->icsk_mtup.probe_timestamp; in tcp_mtu_check_reprobe()
2337 icsk->icsk_mtup.probe_timestamp = tcp_jiffies32; in tcp_mtu_check_reprobe()
2656 const u32 now = tcp_jiffies32; in tcp_chrono_set()
3942 tp->rcv_tstamp = tcp_jiffies32; in tcp_connect_init()
H A Dtcp_htcp.c107 u32 now = tcp_jiffies32; in measure_achieved_throughput()
H A Dtcp.c439 minmax_reset(&tp->rtt_min, tcp_jiffies32, ~0U); in tcp_init_sock()
4058 stats[i] += tcp_jiffies32 - tp->chrono_start; in tcp_get_info_chrono_stats()
4144 now = tcp_jiffies32; in tcp_get_info()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c199 __u32 now = tcp_jiffies32; in BPF_PROG()
280 (__s32)(tcp_jiffies32 - ca->last_time) <= HZ / 32) in bictcp_update()
287 if (ca->epoch_start && tcp_jiffies32 == ca->last_time) in bictcp_update()
291 ca->last_time = tcp_jiffies32; in bictcp_update()
294 ca->epoch_start = tcp_jiffies32; /* record beginning */ in bictcp_update()
325 t = (__s32)(tcp_jiffies32 - ca->epoch_start) * USEC_PER_JIFFY; in bictcp_update()
515 if (ca->epoch_start && (__s32)(tcp_jiffies32 - ca->epoch_start) < HZ) in BPF_PROG()
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()
H A Dbpf_tracing_net.h141 #define tcp_jiffies32 ((__u32)bpf_jiffies64()) macro
/linux/net/mptcp/
H A Dprotocol.c732 msk->last_data_recv = tcp_jiffies32; in __mptcp_move_skbs_from_subflow()
1584 msk->last_data_sent = tcp_jiffies32; in __subflow_push_pending()
2458 mptcp_set_close_tout(sk, tcp_jiffies32 - (mptcp_close_timeout(sk) + 1)); in __mptcp_close_ssk()
2591 return time_after32(tcp_jiffies32, in mptcp_close_tout_expired()
2735 tcp_jiffies32 + jiffies + mptcp_close_timeout(sk); in mptcp_reset_tout_timer()
2839 msk->last_data_sent = tcp_jiffies32; in __mptcp_init_sock()
2840 msk->last_data_recv = tcp_jiffies32; in __mptcp_init_sock()
2841 msk->last_ack_recv = tcp_jiffies32; in __mptcp_init_sock()
H A Dprotocol.h846 mptcp_set_close_tout(sk, tcp_jiffies32); in mptcp_start_tout_timer()
H A Dsockopt.c980 now = tcp_jiffies32; in mptcp_diag_fill_info()
H A Doptions.c1075 msk->last_ack_recv = tcp_jiffies32; in ack_update_msk()
/linux/include/net/
H A Dtcp.h851 #define tcp_jiffies32 ((u32)jiffies) macro
1529 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()
1687 return min_t(u32, tcp_jiffies32 - icsk->icsk_ack.lrcvtime, in keepalive_time_elapsed()
1688 tcp_jiffies32 - tp->rcv_tstamp); in keepalive_time_elapsed()
/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()