Searched refs:evhost_stats (Results 1 – 1 of 1) sorted by relevance
3663 struct iscsi_uevent *evhost_stats; in iscsi_get_host_stats() local3697 evhost_stats = nlmsg_data(nlhhost_stats); in iscsi_get_host_stats()3698 memset(evhost_stats, 0, sizeof(*evhost_stats)); in iscsi_get_host_stats()3699 evhost_stats->transport_handle = iscsi_handle(transport); in iscsi_get_host_stats()3700 evhost_stats->type = nlh->nlmsg_type; in iscsi_get_host_stats()3701 evhost_stats->u.get_host_stats.host_no = in iscsi_get_host_stats()3703 buf = (char *)evhost_stats + sizeof(*evhost_stats); in iscsi_get_host_stats()