Home
last modified time | relevance | path

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

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