Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_fastopen.c210 BUILD_BUG_ON(TCP_FASTOPEN_COOKIE_SIZE != sizeof(u64)); in __tcp_fastopen_cookie_gen_cipher()
219 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
230 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
/linux/include/linux/
H A Dtcp.h87 #define TCP_FASTOPEN_COOKIE_SIZE 8 /* the size employed by this impl. */ macro