Home
last modified time | relevance | path

Searched defs:tcp_fastopen_cookie (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dtcp.h60 struct tcp_fastopen_cookie { struct
61 __le64 val[DIV_ROUND_UP(TCP_FASTOPEN_COOKIE_MAX, sizeof(u64))];
62 s8 len;
63 bool exp; /* In RFC6994 experimental option format */
/kernel/linux/linux-6.6/include/linux/
Dtcp.h90 struct tcp_fastopen_cookie { struct
91 __le64 val[DIV_ROUND_UP(TCP_FASTOPEN_COOKIE_MAX, sizeof(u64))];
92 s8 len;
93 bool exp; /* In RFC6994 experimental option format */