Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_usrreq.c1859 ti->tcpi_tfo_no_cookie_rcv = !!(tp->t_tfo_stats & TFO_S_NO_COOKIE_RCV); in tcp_fill_info()
2098 tci->tcpi_tfo_no_cookie_rcv = !!(tp->t_tfo_stats & TFO_S_NO_COOKIE_RCV); in tcp_connection_fill_info()
H A Dtcp_var.h763 #define TFO_S_NO_COOKIE_RCV 0x0400 /* We asked for a cookie but didn't get one */ macro
H A Dtcp_input.c1668 tp->t_tfo_stats |= TFO_S_NO_COOKIE_RCV; in tcp_tfo_synack()