Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_input.c6066 bool want_cookie = false; in tcp_syn_flood_action() local
6072 want_cookie = true; in tcp_syn_flood_action()
6084 return want_cookie; in tcp_syn_flood_action()
6096 bool want_cookie = false, fastopen; in tcp_conn_request() local
6108 want_cookie = tcp_syn_flood_action(sk, skb, rsk_ops->slab_name); in tcp_conn_request()
6109 if (!want_cookie) in tcp_conn_request()
6133 tcp_parse_options(skb, &tmp_opt, 0, want_cookie ? NULL : &foc); in tcp_conn_request()
6135 if (want_cookie && !tmp_opt.saw_tstamp) in tcp_conn_request()
6149 if (!want_cookie && !isn) { in tcp_conn_request()
6199 if (want_cookie) { in tcp_conn_request()
[all …]