Lines Matching refs:current_route

535 	struct rtentry *current_route;  member
1352 struct rtentry *route = flow_registration->client->current_route; in necp_client_collect_aop_flow_stats()
1423 struct rtentry *route = flow_registration->client->current_route; in necp_client_collect_nexus_flow_stats()
1943 if (client->current_route != NULL) { in necp_destroy_client()
1944 rtfree(client->current_route); in necp_destroy_client()
1945 client->current_route = NULL; in necp_destroy_client()
4714 if (client->current_route != NULL) { in necp_calculate_client_result()
4715 rtfree(client->current_route); in necp_calculate_client_result()
4717 client->current_route = route; in necp_calculate_client_result()
4925 if (client->current_route != NULL) { in necp_update_client_result()
4926 const u_int32_t route_mtu = get_maxmtu(client->current_route); in necp_update_client_result()
4933 if (has_remote_addr && client->current_route->rt_gateway != NULL) { in necp_update_client_result()
4934 if (client->current_route->rt_gateway->sa_family == AF_INET) { in necp_update_client_result()
4936 } else if (client->current_route->rt_gateway->sa_family == AF_INET6) { in necp_update_client_result()
4941 if (client->current_route->rt_ifp != NULL) { in necp_update_client_result()
4942 int8_t if_lqm = client->current_route->rt_ifp->if_interface_state.lqm_state; in necp_update_client_result()
4945 …if (client->current_route->rt_ifp->if_type == IFT_CELLULAR && client->current_route->rt_ifp->if_li… in necp_update_client_result()
4946 …struct if_cellular_status_v1 *cell_link_status = &client->current_route->rt_ifp->if_link_status->i… in necp_update_client_result()
8429 if (client->current_route == NULL) { in necp_client_check_tcp_heuristics()
8453 if (tcp_heuristic_do_ecn_with_address(client->current_route->rt_ifp, in necp_client_check_tcp_heuristics()
8461 if (!tcp_heuristic_do_tfo_with_address(client->current_route->rt_ifp, in necp_client_check_tcp_heuristics()
11149 if (client->current_route != NULL && client->current_route->rt_stats != NULL) { in necp_client_copy_route_statistics()
11150 struct nstat_counts *rt_stats = client->current_route->rt_stats; in necp_client_copy_route_statistics()
11165 route_stats.necp_stat_min_rtt = client->current_route->rtt_min; in necp_client_copy_route_statistics()
11166 route_stats.necp_stat_avg_rtt = client->current_route->rt_rmx.rmx_rtt; in necp_client_copy_route_statistics()
11167 route_stats.necp_stat_var_rtt = client->current_route->rt_rmx.rmx_rttvar; in necp_client_copy_route_statistics()
11169 route_stats.necp_stat_route_flags = client->current_route->rt_flags; in necp_client_copy_route_statistics()
11272 if (client->current_route != NULL && client->current_route->rt_ifp != NULL) { in necp_client_update_cache()
11276 tcp_heuristics_ecn_update(&ecn_cache_buffer, client->current_route->rt_ifp, in necp_client_update_cache()
11296 if (client->current_route != NULL && client->current_route->rt_ifp != NULL) { in necp_client_update_cache()
11300 tcp_heuristics_tfo_update(&tfo_cache_buffer, client->current_route->rt_ifp, in necp_client_update_cache()