Searched refs:flow_ifnet_stats (Results 1 – 1 of 1) sorted by relevance
1209 struct ifnet_stats_per_flow *flow_ifnet_stats, in necp_destroy_flow_stats() argument1224 if (flow_ifnet_stats != NULL) { in necp_destroy_flow_stats()1225 necp_client_collect_interface_stats(flow_registration, flow_ifnet_stats); in necp_destroy_flow_stats()7451 struct ifnet_stats_per_flow flow_ifnet_stats = {}; in necp_client_remove() local7465 if (uap->buffer != 0 && buffer_size == sizeof(flow_ifnet_stats)) { in necp_client_remove()7466 error = copyin(uap->buffer, &flow_ifnet_stats, buffer_size); in necp_client_remove()7470 memset(&flow_ifnet_stats, 0, sizeof(flow_ifnet_stats)); in necp_client_remove()7567 struct ifnet_stats_per_flow flow_ifnet_stats = {}; in necp_client_remove_flow() local7582 if (uap->buffer != 0 && buffer_size == sizeof(flow_ifnet_stats)) { in necp_client_remove_flow()7583 error = copyin(uap->buffer, &flow_ifnet_stats, buffer_size); in necp_client_remove_flow()[all …]