Searched refs:try_exp (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/net/ipv4/
H A Dtcp_metrics.c32 try_exp:2; /* Request w/ exp. option (once) */ member in struct:tcp_fastopen_metrics
135 tm->tcpm_fastopen.try_exp = 0; tcpm_suck_dst()
719 if (cookie->len <= 0 && tfom->try_exp == 1) tcp_fastopen_cache_get()
730 u16 try_exp) tcp_fastopen_cache_set()
747 else if (try_exp > tfom->try_exp && tcp_fastopen_cache_set()
749 tfom->try_exp = try_exp; tcp_fastopen_cache_set()
728 tcp_fastopen_cache_set(struct sock *sk, u16 mss, struct tcp_fastopen_cookie *cookie, bool syn_lost, u16 try_exp) tcp_fastopen_cache_set() argument
H A Dtcp_input.c5420 u16 mss = tp->rx_opt.mss_clamp, try_exp = 0; tcp_rcv_fastopen_synack() local
5445 * the (old) exp opt format then try so next time (try_exp=1). tcp_rcv_fastopen_synack()
5446 * Otherwise we go back to use the RFC7413 opt (try_exp=2). tcp_rcv_fastopen_synack()
5448 try_exp = tp->syn_fastopen_exp ? 2 : 1; tcp_rcv_fastopen_synack()
5451 tcp_fastopen_cache_set(sk, mss, cookie, syn_drop, try_exp); tcp_rcv_fastopen_synack()
/linux-4.1.27/include/net/
H A Dtcp.h1346 u16 try_exp);

Completed in 113 milliseconds