Home
last modified time | relevance | path

Searched refs:fastopen_no_cookie (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst55 u8:1 fastopen_no_cookie
/linux-6.15/include/linux/
H A Dtcp.h379 fastopen_no_cookie:1, /* Allow send/recv SYN+data without a cookie */ member
/linux-6.15/net/ipv4/
H A Dtcp_fastopen.c340 tcp_sk(sk)->fastopen_no_cookie || in tcp_fastopen_no_cookie()
H A Dtcp.c4029 tp->fastopen_no_cookie = val; in do_tcp_setsockopt()
4546 val = tp->fastopen_no_cookie; in do_tcp_getsockopt()