Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c6761 bool want_cookie = false; in tcp_syn_flood_action() local
6769 want_cookie = true; in tcp_syn_flood_action()
6780 return want_cookie; in tcp_syn_flood_action()
6855 bool want_cookie = false; in tcp_conn_request() local
6867 want_cookie = tcp_syn_flood_action(sk, rsk_ops->slab_name); in tcp_conn_request()
6868 if (!want_cookie) in tcp_conn_request()
6877 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
6881 req->syncookie = want_cookie; in tcp_conn_request()
6892 want_cookie ? NULL : &foc); in tcp_conn_request()
6894 if (want_cookie in tcp_conn_request()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c6873 bool want_cookie = false; in tcp_syn_flood_action() local
6881 want_cookie = true; in tcp_syn_flood_action()
6900 return want_cookie; in tcp_syn_flood_action()
6975 bool want_cookie = false; in tcp_conn_request() local
6987 want_cookie = tcp_syn_flood_action(sk, rsk_ops->slab_name); in tcp_conn_request()
6988 if (!want_cookie) in tcp_conn_request()
6997 req = inet_reqsk_alloc(rsk_ops, sk, !want_cookie); in tcp_conn_request()
7001 req->syncookie = want_cookie; in tcp_conn_request()
7012 want_cookie ? NULL : &foc); in tcp_conn_request()
7014 if (want_cookie in tcp_conn_request()
[all...]

Completed in 16 milliseconds