Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv6/
Dtcp_ipv6.c1182 int want_cookie = 0; in tcp_v6_conn_request() local
1184 #define want_cookie 0 in tcp_v6_conn_request() macro
1198 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()
/linux-2.6.39/net/ipv4/
Dtcp_ipv4.c1232 int want_cookie = 0; in tcp_v4_conn_request() local
1234 #define want_cookie 0 /* Argh, why doesn't gcc optimize this :( */ in tcp_v4_conn_request() macro
1250 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()