Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_minisocks.c536 bool fastopen) in tcp_check_req() argument
544 BUG_ON(fastopen == (sk->sk_state == TCP_LISTEN)); in tcp_check_req()
651 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
704 if (fastopen) in tcp_check_req()
745 } else if (fastopen) { /* received a valid RST pkt */ in tcp_check_req()
749 if (!fastopen) { in tcp_check_req()
Dtcp_fastopen.c280 goto fastopen; in tcp_try_fastopen()
294 fastopen: in tcp_try_fastopen()
Dtcp_ipv4.c343 struct request_sock *fastopen; in tcp_v4_err() local
382 fastopen = tp->fastopen_rsk; in tcp_v4_err()
383 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err()
429 !icsk->icsk_backoff || fastopen) in tcp_v4_err()
500 if (fastopen && fastopen->sk == NULL) in tcp_v4_err()
Dtcp_output.c538 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options() local
579 if (fastopen && fastopen->cookie.len >= 0) { in tcp_syn_options()
580 u32 need = TCPOLEN_EXP_FASTOPEN_BASE + fastopen->cookie.len; in tcp_syn_options()
584 opts->fastopen_cookie = &fastopen->cookie; in tcp_syn_options()
Dtcp_input.c5932 bool want_cookie = false, fastopen; in tcp_conn_request() local
6038 fastopen = !want_cookie && in tcp_conn_request()
6042 if (!fastopen) { in tcp_conn_request()
/net/ipv6/
Dtcp_ipv6.c354 struct request_sock *fastopen; in tcp_v6_err() local
387 fastopen = tp->fastopen_rsk; in tcp_v6_err()
388 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err()
461 if (fastopen && fastopen->sk == NULL) in tcp_v6_err()