Searched refs:fastopen (Results 1 – 6 of 6) sorted by relevance
536 bool fastopen) in tcp_check_req() argument544 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()
280 goto fastopen; in tcp_try_fastopen()294 fastopen: in tcp_try_fastopen()
343 struct request_sock *fastopen; in tcp_v4_err() local382 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()
538 struct tcp_fastopen_request *fastopen = tp->fastopen_req; in tcp_syn_options() local579 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()
5932 bool want_cookie = false, fastopen; in tcp_conn_request() local6038 fastopen = !want_cookie && in tcp_conn_request()6042 if (!fastopen) { in tcp_conn_request()
354 struct request_sock *fastopen; in tcp_v6_err() local387 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()