Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h214 syn_fastopen_exp:1,/* SYN includes Fast Open exp. option */ member
/linux-4.4.14/net/ipv4/
Dtcp_output.c603 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0; in tcp_syn_options()
Dtcp_input.c5496 try_exp = tp->syn_fastopen_exp ? 2 : 1; in tcp_rcv_fastopen_synack()