Searched refs:evhost_stats (Results 1 – 1 of 1) sorted by relevance
3733 struct iscsi_uevent *evhost_stats; in iscsi_get_host_stats() local3767 evhost_stats = nlmsg_data(nlhhost_stats); in iscsi_get_host_stats()3768 memset(evhost_stats, 0, sizeof(*evhost_stats)); in iscsi_get_host_stats()3769 evhost_stats->transport_handle = iscsi_handle(transport); in iscsi_get_host_stats()3770 evhost_stats->type = nlh->nlmsg_type; in iscsi_get_host_stats()3771 evhost_stats->u.get_host_stats.host_no = in iscsi_get_host_stats()3773 buf = (char *)evhost_stats + sizeof(*evhost_stats); in iscsi_get_host_stats()