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.c884 tp->t_tfo_cookie.client, in tcp_fastopen_connect()
888 memcpy(tp->t_tfo_cookie.client, cce->cookie, in tcp_fastopen_connect()
897 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.h476 } t_tfo_cookie; /* TCP Fast Open cookie to send */ member
H A Dtcp_syncache.c1363 tp->t_tfo_cookie.server = response_cookie; in syncache_tfo_expand()
H A Dtcp_usrreq.c2332 memcpy(tp->t_tfo_cookie.client, in tcp_default_ctloutput()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c12859 (u_int8_t *)&tp->t_tfo_cookie.server; in bbr_output_wtime()
12866 tp->t_tfo_cookie.client; in bbr_output_wtime()
H A Drack.c21108 (u_int8_t *)&tp->t_tfo_cookie.server; in rack_output()
21115 tp->t_tfo_cookie.client; in rack_output()