Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_metrics.c31 try_exp:2; /* Request w/ exp. option (once) */ member
136 tm->tcpm_fastopen.try_exp = 0; in tcpm_suck_dst()
577 if (cookie->len <= 0 && tfom->try_exp == 1) in tcp_fastopen_cache_get()
586 u16 try_exp) in tcp_fastopen_cache_set() argument
603 else if (try_exp > tfom->try_exp && in tcp_fastopen_cache_set()
605 tfom->try_exp = try_exp; in tcp_fastopen_cache_set()
H A Dtcp_input.c6138 u16 mss = tp->rx_opt.mss_clamp, try_exp = 0; in tcp_rcv_fastopen_synack() local
6166 try_exp = tp->syn_fastopen_exp ? 2 : 1; in tcp_rcv_fastopen_synack()
6169 tcp_fastopen_cache_set(sk, mss, cookie, syn_drop, try_exp); in tcp_rcv_fastopen_synack()
/openbmc/linux/include/net/
H A Dtcp.h1794 u16 try_exp);