Searched refs:last_syn_loss (Results 1 – 3 of 3) sorted by relevance
33 unsigned long last_syn_loss; /* Last Fast Open SYN loss */ member704 int *syn_loss, unsigned long *last_syn_loss) in tcp_fastopen_cache_get() argument722 *last_syn_loss = *syn_loss ? tfom->last_syn_loss : 0; in tcp_fastopen_cache_get()752 tfom->last_syn_loss = jiffies; in tcp_fastopen_cache_set()882 jiffies - tfom->last_syn_loss) < 0)) in tcp_metrics_fill_info()
3147 unsigned long last_syn_loss = 0; in tcp_send_syn_data() local3152 &syn_loss, &last_syn_loss); in tcp_send_syn_data()3155 time_before(jiffies, last_syn_loss + (60*HZ << syn_loss))) { in tcp_send_syn_data()
1343 unsigned long *last_syn_loss);