Searched refs:to_tfo (Results 1 – 2 of 2) sorted by relevance
1657 len = *to->to_tfo - TCPOLEN_FASTOPEN_REQ; in tcp_tfo_syn()1658 to->to_tfo++; in tcp_tfo_syn()1659 if (memcmp(out, to->to_tfo, len)) { in tcp_tfo_syn()1686 unsigned char len = *to->to_tfo - TCPOLEN_FASTOPEN_REQ; in tcp_tfo_synack()1694 to->to_tfo++; in tcp_tfo_synack()1696 tcp_cache_set_cookie(tp, to->to_tfo, len); in tcp_tfo_synack()5600 to->to_tfo = cp + 1; in tcp_dooptions()
822 u_char *to_tfo; /* pointer to the TFO cookie */ member