Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_fastopen.c116 BUILD_BUG_ON(TCP_FASTOPEN_COOKIE_SIZE != sizeof(u64)); in __tcp_fastopen_cookie_gen_cipher()
125 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
136 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
/Linux-v5.4/include/linux/
Dtcp.h57 #define TCP_FASTOPEN_COOKIE_SIZE 8 /* the size employed by this impl. */ macro
/Linux-v5.4/include/net/
Dtcp.h1672 if (orig->len == TCP_FASTOPEN_COOKIE_SIZE && in tcp_fastopen_cookie_match()