Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dtcp.h234 fastopen_no_cookie:1, /* Allow send/recv SYN+data without a cookie */ member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_fastopen.c353 tcp_sk(sk)->fastopen_no_cookie || in tcp_fastopen_no_cookie()
Dtcp.c3405 tp->fastopen_no_cookie = val; in do_tcp_setsockopt()
3880 val = tp->fastopen_no_cookie; in do_tcp_getsockopt()