Searched refs:cookie_ecn_ok (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | syncookies.c | 264 bool cookie_ecn_ok(const struct tcp_options_received *tcp_opt, in cookie_ecn_ok() function 277 EXPORT_SYMBOL(cookie_ecn_ok); variable 442 ireq->ecn_ok = cookie_ecn_ok(&tcp_opt, sock_net(sk), &rt->dst); in cookie_v4_check()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | syncookies.c | 262 bool cookie_ecn_ok(const struct tcp_options_received *tcp_opt, in cookie_ecn_ok() function 275 EXPORT_SYMBOL(cookie_ecn_ok); variable 440 ireq->ecn_ok = cookie_ecn_ok(&tcp_opt, sock_net(sk), &rt->dst); in cookie_v4_check()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | syncookies.c | 259 ireq->ecn_ok = cookie_ecn_ok(&tcp_opt, sock_net(sk), dst); in cookie_v6_check()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | syncookies.c | 259 ireq->ecn_ok = cookie_ecn_ok(&tcp_opt, sock_net(sk), dst); in cookie_v6_check()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 558 bool cookie_ecn_ok(const struct tcp_options_received *opt,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 577 bool cookie_ecn_ok(const struct tcp_options_received *opt,
|
Completed in 13 milliseconds