Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c885 tp->t_tfo_cookie.client, in tcp_fastopen_connect()
889 memcpy(tp->t_tfo_cookie.client, cce->cookie, in tcp_fastopen_connect()
898 memcpy(tp->t_tfo_cookie.client, &psk_cookie, in tcp_fastopen_connect()
H A Dtcp_output.c815 (u_int8_t *)&tp->t_tfo_cookie.server; in tcp_default_output()
822 tp->t_tfo_cookie.client; in tcp_default_output()
H A Dtcp_var.h472 } t_tfo_cookie; /* TCP Fast Open cookie to send */ member
H A Dtcp_syncache.c1355 tp->t_tfo_cookie.server = response_cookie; in syncache_tfo_expand()
H A Dtcp_usrreq.c2393 memcpy(tp->t_tfo_cookie.client, in tcp_default_ctloutput()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c12853 (u_int8_t *)&tp->t_tfo_cookie.server; in bbr_output_wtime()
12860 tp->t_tfo_cookie.client; in bbr_output_wtime()
H A Drack.c22210 (u_int8_t *)&tp->t_tfo_cookie.server; in rack_output()
22217 tp->t_tfo_cookie.client; in rack_output()