Searched refs:want_cookie (Results 1 – 1 of 1) sorted by relevance
6357 bool want_cookie = false; in tcp_syn_flood_action() local6363 want_cookie = true; in tcp_syn_flood_action()6375 return want_cookie; in tcp_syn_flood_action()6406 bool want_cookie = false; in tcp_conn_request() local6416 want_cookie = tcp_syn_flood_action(sk, skb, rsk_ops->slab_name); in tcp_conn_request()6417 if (!want_cookie) in tcp_conn_request()6426 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()6437 want_cookie ? NULL : &foc); in tcp_conn_request()6439 if (want_cookie && !tmp_opt.saw_tstamp) in tcp_conn_request()6442 if (IS_ENABLED(CONFIG_SMC) && want_cookie) in tcp_conn_request()[all …]