Home
last modified time | relevance | path

Searched refs:TFO_CLIENT_NO_COOKIE (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_fastopen.c443 if (tcp_fastopen_no_cookie(sk, dst, TFO_CLIENT_NO_COOKIE)) { in tcp_fastopen_cookie_check()
/kernel/linux/linux-5.10/include/net/
Dtcp.h238 #define TFO_CLIENT_NO_COOKIE 4 /* Data in SYN w/o cookie option */ macro