Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_input.c7133 bool want_cookie = false; in tcp_syn_flood_action() local
7141 want_cookie = true; in tcp_syn_flood_action()
7160 return want_cookie; in tcp_syn_flood_action()
7234 bool want_cookie = false; in tcp_conn_request() local
7257 if (!want_cookie) in tcp_conn_request()
7271 req->syncookie = want_cookie; in tcp_conn_request()
7306 if (!want_cookie && !isn) { in tcp_conn_request()
7331 if (want_cookie) { in tcp_conn_request()
7354 if (!want_cookie) { in tcp_conn_request()
7373 if (!want_cookie) { in tcp_conn_request()
[all …]