Home
last modified time | relevance | path

Searched refs:last_syn_loss (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_metrics.c33 unsigned long last_syn_loss; /* Last Fast Open SYN loss */ member
688 int *syn_loss, unsigned long *last_syn_loss) in tcp_fastopen_cache_get() argument
706 *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()
Dtcp_output.c3156 unsigned long last_syn_loss = 0; in tcp_send_syn_data() local
3161 &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()
/linux-4.4.14/include/net/
Dtcp.h1419 unsigned long *last_syn_loss);