Home
last modified time | relevance | path

Searched refs:fastopen (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_minisocks.c560 bool fastopen) in tcp_check_req() argument
568 BUG_ON(fastopen == (sk->sk_state == TCP_LISTEN)); in tcp_check_req()
621 if (!fastopen) in tcp_check_req()
686 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
739 if (fastopen) in tcp_check_req()
781 } else if (fastopen) { /* received a valid RST pkt */ in tcp_check_req()
785 if (!fastopen) { in tcp_check_req()
Dtcp_fastopen.c283 goto fastopen; in tcp_try_fastopen()
298 fastopen: in tcp_try_fastopen()
Dtcp_ipv4.c368 struct request_sock *fastopen; in tcp_v4_err() local
410 fastopen = tp->fastopen_rsk; in tcp_v4_err()
411 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()
456 !icsk->icsk_backoff || fastopen) in tcp_v4_err()
497 if (fastopen && !fastopen->sk) in tcp_v4_err()
Dtcp_output.c553 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options() local
594 if (fastopen && fastopen->cookie.len >= 0) { in tcp_syn_options()
595 u32 need = fastopen->cookie.len; in tcp_syn_options()
597 need += fastopen->cookie.exp ? TCPOLEN_EXP_FASTOPEN_BASE : in tcp_syn_options()
602 opts->fastopen_cookie = &fastopen->cookie; in tcp_syn_options()
605 tp->syn_fastopen_exp = fastopen->cookie.exp ? 1 : 0; in tcp_syn_options()
Dtcp_input.c6096 bool want_cookie = false, fastopen; in tcp_conn_request() local
6208 fastopen = !want_cookie && in tcp_conn_request()
6212 if (!fastopen) { in tcp_conn_request()
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c329 struct request_sock *fastopen; in tcp_v6_err() local
369 fastopen = tp->fastopen_rsk; in tcp_v6_err()
370 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()
416 if (fastopen && !fastopen->sk) in tcp_v6_err()
/linux-4.1.27/include/net/
Dtcp.h411 struct request_sock *req, bool fastopen);
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt534 Enable TCP Fast Open feature (draft-ietf-tcpm-fastopen) to send data