Searched refs:flow_ifnet_stats (Results 1 – 1 of 1) sorted by relevance
1181 struct ifnet_stats_per_flow *flow_ifnet_stats, in necp_destroy_flow_stats() argument1196 if (flow_ifnet_stats != NULL) { in necp_destroy_flow_stats()1197 necp_client_collect_interface_stats(flow_registration, flow_ifnet_stats); in necp_destroy_flow_stats()6967 struct ifnet_stats_per_flow flow_ifnet_stats = {}; in necp_client_remove() local6981 if (uap->buffer != 0 && buffer_size == sizeof(flow_ifnet_stats)) { in necp_client_remove()6982 error = copyin(uap->buffer, &flow_ifnet_stats, buffer_size); in necp_client_remove()6986 memset(&flow_ifnet_stats, 0, sizeof(flow_ifnet_stats)); in necp_client_remove()7083 struct ifnet_stats_per_flow flow_ifnet_stats = {}; in necp_client_remove_flow() local7098 if (uap->buffer != 0 && buffer_size == sizeof(flow_ifnet_stats)) { in necp_client_remove_flow()7099 error = copyin(uap->buffer, &flow_ifnet_stats, buffer_size); in necp_client_remove_flow()[all …]