Searched refs:flow_ifnet_stats (Results 1 – 1 of 1) sorted by relevance
1189 struct ifnet_stats_per_flow *flow_ifnet_stats, in necp_destroy_flow_stats() argument1204 if (flow_ifnet_stats != NULL) { in necp_destroy_flow_stats()1205 necp_client_collect_interface_stats(flow_registration, flow_ifnet_stats); in necp_destroy_flow_stats()7238 struct ifnet_stats_per_flow flow_ifnet_stats = {}; in necp_client_remove() local7252 if (uap->buffer != 0 && buffer_size == sizeof(flow_ifnet_stats)) { in necp_client_remove()7253 error = copyin(uap->buffer, &flow_ifnet_stats, buffer_size); in necp_client_remove()7257 memset(&flow_ifnet_stats, 0, sizeof(flow_ifnet_stats)); in necp_client_remove()7354 struct ifnet_stats_per_flow flow_ifnet_stats = {}; in necp_client_remove_flow() local7369 if (uap->buffer != 0 && buffer_size == sizeof(flow_ifnet_stats)) { in necp_client_remove_flow()7370 error = copyin(uap->buffer, &flow_ifnet_stats, buffer_size); in necp_client_remove_flow()[all …]