Lines Matching refs:flow_ifnet_stats
1181 struct ifnet_stats_per_flow *flow_ifnet_stats, in necp_destroy_flow_stats() argument
1196 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() local
6981 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() local
7098 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()
7114 necp_destroy_flow_stats(fd_data, flow_registration, &flow_ifnet_stats, TRUE); in necp_client_remove_flow()