Home
last modified time | relevance | path

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

/net/ipv4/
Dsyncookies.c72 options |= ireq->ecn_ok << 5; in cookie_init_timestamp()
228 struct net *net, bool *ecn_ok) in cookie_check_timestamp() argument
242 *ecn_ok = (options >> 5) & 1; in cookie_check_timestamp()
243 if (*ecn_ok && !net->ipv4.sysctl_tcp_ecn) in cookie_check_timestamp()
272 bool ecn_ok = false; in cookie_v4_check() local
290 if (!cookie_check_timestamp(&tcp_opt, sock_net(sk), &ecn_ok)) in cookie_v4_check()
308 ireq->ecn_ok = ecn_ok; in cookie_v4_check()
Dtcp_minisocks.c399 tp->ecn_flags = inet_rsk(req)->ecn_ok ? TCP_ECN_OK : 0; in tcp_ecn_openreq_child()
Dtcp_input.c5918 inet_rsk(req)->ecn_ok = 1; in tcp_ecn_create_request()
5920 inet_rsk(req)->ecn_ok = 1; in tcp_ecn_create_request()
Dtcp_output.c351 if (inet_rsk(req)->ecn_ok) { in tcp_ecn_make_synack()
/net/ipv6/
Dsyncookies.c169 bool ecn_ok = false; in cookie_v6_check() local
186 if (!cookie_check_timestamp(&tcp_opt, sock_net(sk), &ecn_ok)) in cookie_v6_check()
223 ireq->ecn_ok = ecn_ok; in cookie_v6_check()