Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_fastopen.c139 BUILD_BUG_ON(TCP_FASTOPEN_COOKIE_SIZE != sizeof(u64)); in __tcp_fastopen_cookie_gen_cipher()
148 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
159 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h58 #define TCP_FASTOPEN_COOKIE_SIZE 8 /* the size employed by this impl. */ macro
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1732 if (orig->len == TCP_FASTOPEN_COOKIE_SIZE && in tcp_fastopen_cookie_match()