Searched refs:want_cookie (Results 1 – 1 of 1) sorted by relevance
7498 bool want_cookie = false; in tcp_syn_flood_action() local7506 want_cookie = true; in tcp_syn_flood_action()7525 return want_cookie; in tcp_syn_flood_action()7598 bool want_cookie = false; in tcp_conn_request() local7619 want_cookie = tcp_syn_flood_action(sk, in tcp_conn_request()7621 if (!want_cookie) in tcp_conn_request()7631 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()7635 req->syncookie = want_cookie; in tcp_conn_request()7647 want_cookie ? NULL : &foc); in tcp_conn_request()7649 if (want_cookie && !tmp_opt.saw_tstamp) in tcp_conn_request()[all …]