Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_metrics.c31 u16 syn_loss:10, /* Recurring Fast Open SYN losses */ member
130 tm->tcpm_fastopen.syn_loss = 0; in tcpm_suck_dst()
688 int *syn_loss, unsigned long *last_syn_loss) in tcp_fastopen_cache_get() argument
705 *syn_loss = tfom->syn_loss; in tcp_fastopen_cache_get()
706 *last_syn_loss = *syn_loss ? tfom->last_syn_loss : 0; in tcp_fastopen_cache_get()
735 ++tfom->syn_loss; in tcp_fastopen_cache_set()
738 tfom->syn_loss = 0; in tcp_fastopen_cache_set()
862 if (tfom->syn_loss && in tcp_metrics_fill_info()
864 tfom->syn_loss) < 0 || in tcp_metrics_fill_info()
Dtcp_output.c3155 int syn_loss = 0, space, err = 0; in tcp_send_syn_data() local
3161 &syn_loss, &last_syn_loss); in tcp_send_syn_data()
3163 if (syn_loss > 1 && 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.h1418 struct tcp_fastopen_cookie *cookie, int *syn_loss,