Searched refs:last_syn_loss (Results 1 – 3 of 3) sorted by relevance
33 unsigned long last_syn_loss; /* Last Fast Open SYN loss */ member688 int *syn_loss, unsigned long *last_syn_loss) in tcp_fastopen_cache_get() argument706 *last_syn_loss = *syn_loss ? tfom->last_syn_loss : 0; in tcp_fastopen_cache_get()736 tfom->last_syn_loss = jiffies; in tcp_fastopen_cache_set()866 jiffies - tfom->last_syn_loss) < 0)) in tcp_metrics_fill_info()
3156 unsigned long last_syn_loss = 0; in tcp_send_syn_data() local3161 &syn_loss, &last_syn_loss); in tcp_send_syn_data()3164 time_before(jiffies, last_syn_loss + (60*HZ << syn_loss))) { in tcp_send_syn_data()
1419 unsigned long *last_syn_loss);