Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_usrreq.c1855 ti->tcpi_tfo_cookie_rcv = !!(tp->t_tfo_stats & TFO_S_COOKIE_RCV); in tcp_fill_info()
2097 tci->tcpi_tfo_cookie_rcv = !!(tp->t_tfo_stats & TFO_S_COOKIE_RCV); in tcp_connection_fill_info()
H A Dtcp_var.h793 #define TFO_S_COOKIE_RCV 0x20 /* TFO-cookie received in SYN/ACK */ macro
H A Dtcp_input.c1560 tp->t_tfo_stats |= TFO_S_COOKIE_RCV; in tcp_tfo_synack()