Home
last modified time | relevance | path

Searched refs:to_tfo_len (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_output.c783 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in tcp_output()
1813 total_len = TCPOLEN_FAST_OPEN_EMPTY + to->to_tfo_len; in tcp_addoptions()
1818 if (to->to_tfo_len > 0) { in tcp_addoptions()
1819 bcopy(to->to_tfo_cookie, optp, to->to_tfo_len); in tcp_addoptions()
1820 optp += to->to_tfo_len; in tcp_addoptions()
HDtcp_var.h383 u_int8_t to_tfo_len; /* TFO cookie length */ member
HDtcp_syncache.c1207 to->to_tfo_cookie, to->to_tfo_len, in syncache_add()
1645 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in syncache_respond()
HDtcp_input.c3379 to->to_tfo_len = optlen - 2; in tcp_dooptions()
3380 to->to_tfo_cookie = to->to_tfo_len ? cp + 2 : NULL; in tcp_dooptions()