Searched refs:evhost_stats (Results 1 – 1 of 1) sorted by relevance
3414 struct iscsi_uevent *evhost_stats; in iscsi_get_host_stats() local3448 evhost_stats = nlmsg_data(nlhhost_stats); in iscsi_get_host_stats()3449 memset(evhost_stats, 0, sizeof(*evhost_stats)); in iscsi_get_host_stats()3450 evhost_stats->transport_handle = iscsi_handle(transport); in iscsi_get_host_stats()3451 evhost_stats->type = nlh->nlmsg_type; in iscsi_get_host_stats()3452 evhost_stats->u.get_host_stats.host_no = in iscsi_get_host_stats()3454 buf = (char *)evhost_stats + sizeof(*evhost_stats); in iscsi_get_host_stats()