Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c815 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in tcp_output()
821 to.to_tfo_len = in tcp_output()
1866 total_len = TCPOLEN_FAST_OPEN_EMPTY + to->to_tfo_len; in tcp_addoptions()
1873 if (to->to_tfo_len > 0) { in tcp_addoptions()
1874 bcopy(to->to_tfo_cookie, optp, to->to_tfo_len); in tcp_addoptions()
1875 optp += to->to_tfo_len; in tcp_addoptions()
H A Dtcp_var.h469 u_int8_t to_tfo_len; /* TFO cookie length */ member
H A Dtcp_input.c1687 to.to_tfo_len, to.to_tfo_cookie); in tcp_do_segment()
3508 to->to_tfo_len = optlen - 2; in tcp_dooptions()
3509 to->to_tfo_cookie = to->to_tfo_len ? cp + 2 : NULL; in tcp_dooptions()
H A Dtcp_syncache.c1525 to->to_tfo_cookie, to->to_tfo_len, in syncache_add()
1989 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in syncache_respond()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h469 u_int8_t to_tfo_len; /* TFO cookie length */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11025 to.to_tfo_len, to.to_tfo_cookie); in rack_do_segment_nounlock()
13030 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in rack_output()
13036 to.to_tfo_len = in rack_output()
H A Dbbr.c11545 to.to_tfo_len, to.to_tfo_cookie); in bbr_do_segment_nounlock()
13012 to.to_tfo_len = TCP_FASTOPEN_COOKIE_LEN; in bbr_output_wtime()
13018 to.to_tfo_len = in bbr_output_wtime()