Searched refs:tcp_jiffies32 (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_cubic.c | 157 		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()
  | 
| 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()
  | 
| 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()
  | 
| D | tcp_timer.c | 91 	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()
  | 
| D | tcp_bbr.c | 911 	      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()
  | 
| D | tcp_minisocks.c | 495 	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()
  | 
| D | tcp_output.c | 151 	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()
  | 
| D | tcp_input.c | 471 	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 …] 
 | 
| D | tcp_htcp.c | 107 	u32 now = tcp_jiffies32;  in measure_achieved_throughput()
  | 
| D | tcp.c | 421 	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/ | 
| D | tcp.h | 735 #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()
  |