Searched refs:to_tfo_len (Results 1 – 4 of 4) sorted by relevance
783 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()
383 u_int8_t to_tfo_len; /* TFO cookie length */ member
1207 to->to_tfo_cookie, to->to_tfo_len, in syncache_add()1645 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in syncache_respond()
3379 to->to_tfo_len = optlen - 2; in tcp_dooptions()3380 to->to_tfo_cookie = to->to_tfo_len ? cp + 2 : NULL; in tcp_dooptions()