Lines Matching refs:heur_data
1598 struct tcp_heuristics_data heur_data; variable
1601 heur_data.th_last_access = tpheur->th_last_access;
1603 heur_data.th_key = tpheur->th_key;
1605 heur_data.th_key.thk_family = tpheur->th_key.thk_family;
1607 heur_data.th_tfo_data_loss = tpheur->th_tfo_data_loss;
1608 heur_data.th_tfo_req_loss = tpheur->th_tfo_req_loss;
1609 heur_data.th_tfo_data_rst = tpheur->th_tfo_data_rst;
1610 heur_data.th_tfo_req_rst = tpheur->th_tfo_req_rst;
1611 heur_data.th_mptcp_loss = tpheur->th_mptcp_loss;
1612 heur_data.th_mptcp_success = tpheur->th_mptcp_success;
1613 heur_data.th_ecn_droprst = tpheur->th_ecn_droprst;
1614 heur_data.th_ecn_synrst = tpheur->th_ecn_synrst;
1615 heur_data.th_tfo_enabled_time = tpheur->th_tfo_enabled_time;
1616 heur_data.th_tfo_backoff_until = tpheur->th_tfo_backoff_until;
1617 heur_data.th_tfo_backoff = tpheur->th_tfo_backoff;
1618 heur_data.th_mptcp_backoff = tpheur->th_mptcp_backoff;
1619 heur_data.th_ecn_backoff = tpheur->th_ecn_backoff;
1620 heur_data.th_tfo_in_backoff = tpheur->th_tfo_in_backoff;
1621 heur_data.th_mptcp_in_backoff = tpheur->th_mptcp_in_backoff;
1622 heur_data.th_mptcp_heuristic_disabled = tpheur->th_mptcp_heuristic_disabled;
1624 error = SYSCTL_OUT(req, &heur_data, sizeof(struct tcp_heuristics_data));