Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_output.c404 uint8_t tfo_len; in tcp_tfo_write_cookie() local
413 tfo_len = (uint8_t)(MAX_TCPOPTLEN - optlen - TCPOLEN_FASTOPEN_REQ); in tcp_tfo_write_cookie()
432 res = tcp_cache_get_cookie(tp, bp + TCPOLEN_FASTOPEN_REQ, tfo_len, &tfo_len); in tcp_tfo_write_cookie()
444 *bp++ = TCPOLEN_FASTOPEN_REQ + tfo_len; in tcp_tfo_write_cookie()
446 ret += TCPOLEN_FASTOPEN_REQ + tfo_len; in tcp_tfo_write_cookie()