Searched refs:want_cookie (Results 1 – 2 of 2) sorted by relevance
1182 int want_cookie = 0; in tcp_v6_conn_request() local1184 #define want_cookie 0 in tcp_v6_conn_request() macro1198 want_cookie = 1; in tcp_v6_conn_request()1252 want_cookie = 0; /* not our kind of cookie */ in tcp_v6_conn_request()1265 if (want_cookie && !tmp_opt.saw_tstamp) in tcp_v6_conn_request()1274 if (!want_cookie || tmp_opt.tstamp_ok) in tcp_v6_conn_request()1293 if (want_cookie) { in tcp_v6_conn_request()1349 want_cookie) in tcp_v6_conn_request()
1232 int want_cookie = 0; in tcp_v4_conn_request() local1234 #define want_cookie 0 /* Argh, why doesn't gcc optimize this :( */ in tcp_v4_conn_request() macro1250 want_cookie = 1; in tcp_v4_conn_request()1300 want_cookie = 0; /* not our kind of cookie */ in tcp_v4_conn_request()1313 if (want_cookie && !tmp_opt.saw_tstamp) in tcp_v4_conn_request()1328 if (!want_cookie || tmp_opt.tstamp_ok) in tcp_v4_conn_request()1331 if (want_cookie) { in tcp_v4_conn_request()1383 want_cookie) in tcp_v4_conn_request()