Home
last modified time | relevance | path

Searched refs:tcp_fastopen_active_should_disable (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_fastopen.c438 if (tcp_fastopen_active_should_disable(sk)) { in tcp_fastopen_cookie_check()
514 /* Paired with READ_ONCE() in tcp_fastopen_active_should_disable() */ in tcp_fastopen_active_disable()
517 /* Paired with smp_rmb() in tcp_fastopen_active_should_disable(). in tcp_fastopen_active_disable()
530 bool tcp_fastopen_active_should_disable(struct sock *sk) in tcp_fastopen_active_should_disable() function
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_fastopen.c422 if (tcp_fastopen_active_should_disable(sk)) { in tcp_fastopen_cookie_check()
498 /* Paired with READ_ONCE() in tcp_fastopen_active_should_disable() */ in tcp_fastopen_active_disable()
501 /* Paired with smp_rmb() in tcp_fastopen_active_should_disable(). in tcp_fastopen_active_disable()
514 bool tcp_fastopen_active_should_disable(struct sock *sk) in tcp_fastopen_active_should_disable() function
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h1731 bool tcp_fastopen_active_should_disable(struct sock *sk);
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h1831 bool tcp_fastopen_active_should_disable(struct sock *sk);

Completed in 13 milliseconds