Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_fastopen.c123 BUILD_BUG_ON(TCP_FASTOPEN_COOKIE_SIZE != sizeof(u64)); in __tcp_fastopen_cookie_gen_cipher()
132 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
143 foc->len = TCP_FASTOPEN_COOKIE_SIZE; in __tcp_fastopen_cookie_gen_cipher()
/openbmc/linux/include/linux/
H A Dtcp.h87 #define TCP_FASTOPEN_COOKIE_SIZE 8 /* the size employed by this impl. */ macro
/openbmc/linux/include/net/
H A Dtcp.h1870 if (orig->len == TCP_FASTOPEN_COOKIE_SIZE && in tcp_fastopen_cookie_match()