Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_input.c7315 bool want_cookie = false; in tcp_syn_flood_action() local
7323 want_cookie = true; in tcp_syn_flood_action()
7342 return want_cookie; in tcp_syn_flood_action()
7416 bool want_cookie = false; in tcp_conn_request() local
7437 want_cookie = tcp_syn_flood_action(sk, in tcp_conn_request()
7439 if (!want_cookie) in tcp_conn_request()
7449 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
7453 req->syncookie = want_cookie; in tcp_conn_request()
7465 want_cookie ? NULL : &foc); in tcp_conn_request()
7467 if (want_cookie && !tmp_opt.saw_tstamp) in tcp_conn_request()
[all …]