Searched refs:flow_ifnet_stats (Results 1 – 1 of 1) sorted by relevance
1160 struct ifnet_stats_per_flow *flow_ifnet_stats, in necp_destroy_flow_stats() argument1175 if (flow_ifnet_stats != NULL) { in necp_destroy_flow_stats()1176 necp_client_collect_interface_stats(flow_registration, flow_ifnet_stats); in necp_destroy_flow_stats()6917 struct ifnet_stats_per_flow flow_ifnet_stats = {}; in necp_client_remove() local6931 if (uap->buffer != 0 && buffer_size == sizeof(flow_ifnet_stats)) { in necp_client_remove()6932 error = copyin(uap->buffer, &flow_ifnet_stats, buffer_size); in necp_client_remove()6936 memset(&flow_ifnet_stats, 0, sizeof(flow_ifnet_stats)); in necp_client_remove()7033 struct ifnet_stats_per_flow flow_ifnet_stats = {}; in necp_client_remove_flow() local7048 if (uap->buffer != 0 && buffer_size == sizeof(flow_ifnet_stats)) { in necp_client_remove_flow()7049 error = copyin(uap->buffer, &flow_ifnet_stats, buffer_size); in necp_client_remove_flow()[all …]