Searched refs:evhost_stats (Results 1 – 1 of 1) sorted by relevance
3426 struct iscsi_uevent *evhost_stats; in iscsi_get_host_stats() local3460 evhost_stats = nlmsg_data(nlhhost_stats); in iscsi_get_host_stats()3461 memset(evhost_stats, 0, sizeof(*evhost_stats)); in iscsi_get_host_stats()3462 evhost_stats->transport_handle = iscsi_handle(transport); in iscsi_get_host_stats()3463 evhost_stats->type = nlh->nlmsg_type; in iscsi_get_host_stats()3464 evhost_stats->u.get_host_stats.host_no = in iscsi_get_host_stats()3466 buf = (char *)evhost_stats + sizeof(*evhost_stats); in iscsi_get_host_stats()