Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_input.c6661 bool want_cookie = false; in tcp_syn_flood_action() local
6667 want_cookie = true; in tcp_syn_flood_action()
6679 return want_cookie; in tcp_syn_flood_action()
6754 bool want_cookie = false; in tcp_conn_request() local
6764 want_cookie = tcp_syn_flood_action(sk, rsk_ops->slab_name); in tcp_conn_request()
6765 if (!want_cookie) in tcp_conn_request()
6774 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
6778 req->syncookie = want_cookie; in tcp_conn_request()
6789 want_cookie ? NULL : &foc); in tcp_conn_request()
6791 if (want_cookie && !tmp_opt.saw_tstamp) in tcp_conn_request()
[all …]