Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_metrics.c31 u16 syn_loss:10, /* Recurring Fast Open SYN losses */ member
134 tm->tcpm_fastopen.syn_loss = 0; in tcpm_suck_dst()
704 int *syn_loss, unsigned long *last_syn_loss) in tcp_fastopen_cache_get() argument
721 *syn_loss = tfom->syn_loss; in tcp_fastopen_cache_get()
722 *last_syn_loss = *syn_loss ? tfom->last_syn_loss : 0; in tcp_fastopen_cache_get()
751 ++tfom->syn_loss; in tcp_fastopen_cache_set()
754 tfom->syn_loss = 0; in tcp_fastopen_cache_set()
878 if (tfom->syn_loss && in tcp_metrics_fill_info()
880 tfom->syn_loss) < 0 || in tcp_metrics_fill_info()
Dtcp_output.c3146 int syn_loss = 0, space, err = 0; in tcp_send_syn_data() local
3152 &syn_loss, &last_syn_loss); in tcp_send_syn_data()
3154 if (syn_loss > 1 && in tcp_send_syn_data()
3155 time_before(jiffies, last_syn_loss + (60*HZ << syn_loss))) { in tcp_send_syn_data()
/linux-4.1.27/include/net/
Dtcp.h1342 struct tcp_fastopen_cookie *cookie, int *syn_loss,