Home
last modified time | relevance | path

Searched refs:try_exp (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dtcp_input.c6555 u16 mss = tp->rx_opt.mss_clamp, try_exp = 0; in tcp_rcv_fastopen_synack() local
6583 try_exp = tp->syn_fastopen_exp ? 2 : 1; in tcp_rcv_fastopen_synack()
6586 tcp_fastopen_cache_set(sk, mss, cookie, syn_drop, try_exp); in tcp_rcv_fastopen_synack()
/linux/include/net/
H A Dtcp.h2016 u16 try_exp);