Lines Matching refs:current_route
540 struct rtentry *current_route; member
1356 struct rtentry *route = flow_registration->client->current_route; in necp_client_collect_aop_flow_stats()
1427 struct rtentry *route = flow_registration->client->current_route; in necp_client_collect_nexus_flow_stats()
1933 if (client->current_route != NULL) { in necp_destroy_client()
1934 rtfree(client->current_route); in necp_destroy_client()
1935 client->current_route = NULL; in necp_destroy_client()
4692 if (client->current_route != NULL) { in necp_calculate_client_result()
4693 rtfree(client->current_route); in necp_calculate_client_result()
4695 client->current_route = route; in necp_calculate_client_result()
4905 if (client->current_route != NULL) { in necp_update_client_result()
4906 const u_int32_t route_mtu = get_maxmtu(client->current_route); in necp_update_client_result()
4913 if (has_remote_addr && client->current_route->rt_gateway != NULL) { in necp_update_client_result()
4914 if (client->current_route->rt_gateway->sa_family == AF_INET) { in necp_update_client_result()
4916 } else if (client->current_route->rt_gateway->sa_family == AF_INET6) { in necp_update_client_result()
4921 if (client->current_route->rt_ifp != NULL) { in necp_update_client_result()
4922 int8_t if_lqm = client->current_route->rt_ifp->if_interface_state.lqm_state; in necp_update_client_result()
4925 …if (client->current_route->rt_ifp->if_type == IFT_CELLULAR && client->current_route->rt_ifp->if_li… in necp_update_client_result()
4926 …struct if_cellular_status_v1 *cell_link_status = &client->current_route->rt_ifp->if_link_status->i… in necp_update_client_result()
8409 if (client->current_route == NULL) { in necp_client_check_tcp_heuristics()
8433 if (tcp_heuristic_do_ecn_with_address(client->current_route->rt_ifp, in necp_client_check_tcp_heuristics()
8441 if (!tcp_heuristic_do_tfo_with_address(client->current_route->rt_ifp, in necp_client_check_tcp_heuristics()
11135 if (client->current_route != NULL && client->current_route->rt_stats != NULL) { in necp_client_copy_route_statistics()
11136 struct nstat_counts *rt_stats = client->current_route->rt_stats; in necp_client_copy_route_statistics()
11151 route_stats.necp_stat_min_rtt = client->current_route->rtt_min; in necp_client_copy_route_statistics()
11152 route_stats.necp_stat_avg_rtt = client->current_route->rt_rmx.rmx_rtt; in necp_client_copy_route_statistics()
11153 route_stats.necp_stat_var_rtt = client->current_route->rt_rmx.rmx_rttvar; in necp_client_copy_route_statistics()
11155 route_stats.necp_stat_route_flags = client->current_route->rt_flags; in necp_client_copy_route_statistics()
11258 if (client->current_route != NULL && client->current_route->rt_ifp != NULL) { in necp_client_update_cache()
11262 tcp_heuristics_ecn_update(&ecn_cache_buffer, client->current_route->rt_ifp, in necp_client_update_cache()
11282 if (client->current_route != NULL && client->current_route->rt_ifp != NULL) { in necp_client_update_cache()
11286 tcp_heuristics_tfo_update(&tfo_cache_buffer, client->current_route->rt_ifp, in necp_client_update_cache()