Lines Matching refs:current_route

535 	struct rtentry *current_route;  member
1351 struct rtentry *route = flow_registration->client->current_route; in necp_client_collect_aop_flow_stats()
1422 struct rtentry *route = flow_registration->client->current_route; in necp_client_collect_nexus_flow_stats()
1928 if (client->current_route != NULL) { in necp_destroy_client()
1929 rtfree(client->current_route); in necp_destroy_client()
1930 client->current_route = NULL; in necp_destroy_client()
4687 if (client->current_route != NULL) { in necp_calculate_client_result()
4688 rtfree(client->current_route); in necp_calculate_client_result()
4690 client->current_route = route; in necp_calculate_client_result()
4894 if (client->current_route != NULL) { in necp_update_client_result()
4895 const u_int32_t route_mtu = get_maxmtu(client->current_route); in necp_update_client_result()
4902 if (has_remote_addr && client->current_route->rt_gateway != NULL) { in necp_update_client_result()
4903 if (client->current_route->rt_gateway->sa_family == AF_INET) { in necp_update_client_result()
4905 } else if (client->current_route->rt_gateway->sa_family == AF_INET6) { in necp_update_client_result()
4910 if (client->current_route->rt_ifp != NULL) { in necp_update_client_result()
4911 int8_t if_lqm = client->current_route->rt_ifp->if_interface_state.lqm_state; in necp_update_client_result()
4914 …if (client->current_route->rt_ifp->if_type == IFT_CELLULAR && client->current_route->rt_ifp->if_li… in necp_update_client_result()
4915 …struct if_cellular_status_v1 *cell_link_status = &client->current_route->rt_ifp->if_link_status->i… in necp_update_client_result()
8398 if (client->current_route == NULL) { in necp_client_check_tcp_heuristics()
8422 if (tcp_heuristic_do_ecn_with_address(client->current_route->rt_ifp, in necp_client_check_tcp_heuristics()
8430 if (!tcp_heuristic_do_tfo_with_address(client->current_route->rt_ifp, in necp_client_check_tcp_heuristics()
11118 if (client->current_route != NULL && client->current_route->rt_stats != NULL) { in necp_client_copy_route_statistics()
11119 struct nstat_counts *rt_stats = client->current_route->rt_stats; in necp_client_copy_route_statistics()
11134 route_stats.necp_stat_min_rtt = client->current_route->rtt_min; in necp_client_copy_route_statistics()
11135 route_stats.necp_stat_avg_rtt = client->current_route->rt_rmx.rmx_rtt; in necp_client_copy_route_statistics()
11136 route_stats.necp_stat_var_rtt = client->current_route->rt_rmx.rmx_rttvar; in necp_client_copy_route_statistics()
11138 route_stats.necp_stat_route_flags = client->current_route->rt_flags; in necp_client_copy_route_statistics()
11241 if (client->current_route != NULL && client->current_route->rt_ifp != NULL) { in necp_client_update_cache()
11245 tcp_heuristics_ecn_update(&ecn_cache_buffer, client->current_route->rt_ifp, in necp_client_update_cache()
11265 if (client->current_route != NULL && client->current_route->rt_ifp != NULL) { in necp_client_update_cache()
11269 tcp_heuristics_tfo_update(&tfo_cache_buffer, client->current_route->rt_ifp, in necp_client_update_cache()