Searched refs:to_tfo_len (Results 1 – 6 of 6) sorted by relevance
816 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in tcp_default_output()822 to.to_tfo_len = in tcp_default_output()1925 total_len = TCPOLEN_FAST_OPEN_EMPTY + to->to_tfo_len; in tcp_addoptions()1932 if (to->to_tfo_len > 0) { in tcp_addoptions()1933 bcopy(to->to_tfo_cookie, optp, to->to_tfo_len); in tcp_addoptions()1934 optp += to->to_tfo_len; in tcp_addoptions()
1435 to->to_tfo_cookie, to->to_tfo_len, in syncache_add()1930 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in syncache_respond()
1696 to.to_tfo_len, to.to_tfo_cookie); in tcp_do_segment()3640 to->to_tfo_len = optlen - 2; in tcp_dooptions()3641 to->to_tfo_cookie = to->to_tfo_len ? cp + 2 : NULL; in tcp_dooptions()
884 u_int8_t to_tfo_len; /* TFO cookie length */ member
11437 to.to_tfo_len, to.to_tfo_cookie); in bbr_do_segment_nounlock()12865 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in bbr_output_wtime()12871 to.to_tfo_len = in bbr_output_wtime()
16794 to.to_tfo_len, to.to_tfo_cookie); in rack_do_segment_nounlock()21209 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in rack_output()21215 to.to_tfo_len = in rack_output()