Home
last modified time | relevance | path

Searched refs:t_tfo_stats (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_usrreq.c1848 ti->tcpi_tfo_syn_data_rcv = !!(tp->t_tfo_stats & TFO_S_SYNDATA_RCV); in tcp_fill_info()
1849 ti->tcpi_tfo_cookie_req_rcv = !!(tp->t_tfo_stats & TFO_S_COOKIEREQ_RECV); in tcp_fill_info()
1850 ti->tcpi_tfo_cookie_sent = !!(tp->t_tfo_stats & TFO_S_COOKIE_SENT); in tcp_fill_info()
1851 ti->tcpi_tfo_cookie_invalid = !!(tp->t_tfo_stats & TFO_S_COOKIE_INVALID); in tcp_fill_info()
1853 ti->tcpi_tfo_cookie_req = !!(tp->t_tfo_stats & TFO_S_COOKIE_REQ); in tcp_fill_info()
1854 ti->tcpi_tfo_cookie_rcv = !!(tp->t_tfo_stats & TFO_S_COOKIE_RCV); in tcp_fill_info()
1855 ti->tcpi_tfo_syn_data_sent = !!(tp->t_tfo_stats & TFO_S_SYN_DATA_SENT); in tcp_fill_info()
1856 ti->tcpi_tfo_syn_data_acked = !!(tp->t_tfo_stats & TFO_S_SYN_DATA_ACKED); in tcp_fill_info()
1857 ti->tcpi_tfo_syn_loss = !!(tp->t_tfo_stats & TFO_S_SYN_LOSS); in tcp_fill_info()
1858 ti->tcpi_tfo_cookie_wrong = !!(tp->t_tfo_stats & TFO_S_COOKIE_WRONG); in tcp_fill_info()
[all …]
H A Dtcp_cache.c850 if (tp->t_tfo_stats & TFO_S_SYN_DATA_SENT) { in tcp_heuristic_tfo_success()
854 if (tp->t_tfo_stats & TFO_S_COOKIE_REQ) { in tcp_heuristic_tfo_success()
1075 if (tp->t_tfo_stats & TFO_S_SYN_DATA_SENT) { in tcp_heuristic_tfo_loss()
1078 if (tp->t_tfo_stats & TFO_S_COOKIE_REQ) { in tcp_heuristic_tfo_loss()
1093 if (tp->t_tfo_stats & TFO_S_SYN_DATA_SENT) { in tcp_heuristic_tfo_rst()
1096 if (tp->t_tfo_stats & TFO_S_COOKIE_REQ) { in tcp_heuristic_tfo_rst()
H A Dtcp_input.c1595 tp->t_tfo_stats |= TFO_S_COOKIEREQ_RECV; in tcp_tfo_syn()
1610 tp->t_tfo_stats |= TFO_S_COOKIE_INVALID; in tcp_tfo_syn()
1623 tp->t_tfo_stats |= TFO_S_SYNDATA_RCV; in tcp_tfo_syn()
1647 tp->t_tfo_stats |= TFO_S_COOKIE_RCV; in tcp_tfo_synack()
1651 tp->t_tfo_stats |= TFO_S_COOKIE_WRONG; in tcp_tfo_synack()
1662 tp->t_tfo_stats |= TFO_S_SYN_LOSS; in tcp_tfo_synack()
1668 tp->t_tfo_stats |= TFO_S_NO_COOKIE_RCV; in tcp_tfo_synack()
3959 (tp->t_tfo_stats & TFO_S_SYN_DATA_SENT) && in tcp_input()
3968 tp->t_tfo_stats |= TFO_S_ONE_BYTE_PROXY; in tcp_input()
4044 (tp->t_tfo_stats & TFO_S_SYN_DATA_SENT)) { in tcp_input()
[all …]
H A Dtcp_output.c322 tp->t_tfo_stats |= TFO_S_HEURISTICS_DISABLE; in tcp_tfo_check()
408 tp->t_tfo_stats |= TFO_S_COOKIE_SENT;
433 tp->t_tfo_stats |= TFO_S_SYN_DATA_SENT; in tcp_tfo_write_cookie()
455 tp->t_tfo_stats |= TFO_S_COOKIE_REQ; in tcp_tfo_write_cookie()
467 tp->t_tfo_stats |= TFO_S_SYN_DATA_SENT; in tcp_tfo_write_cookie()
H A Dtcp_timer.c1217 (tp->t_tfo_stats & TFO_S_SYN_DATA_SENT) && in tcp_timers()
1238 tp->t_tfo_stats |= TFO_S_SEND_BLACKHOLE; in tcp_timers()
1244 (tp->t_tfo_stats & TFO_S_SYN_DATA_ACKED) && in tcp_timers()
1589 tp->t_tfo_stats |= TFO_S_RECV_BLACKHOLE; in tcp_timers()
H A Dtcp_var.h768 u_int16_t t_tfo_stats; member
H A Dmptcp_opt.c275 if ((tp->t_tfo_stats & TFO_S_SYN_DATA_ACKED) && in mptcp_send_infinite_mapping()
H A Dmptcp_subr.c3334 (tp->t_tfo_stats == 0)) { in mptcp_subflow_output()
4007 if (tp->t_tfo_stats & TFO_S_SYN_DATA_ACKED) { in mptcp_drop_tfo_data()