Searched refs:evchap (Results 1 – 1 of 1) sorted by relevance
3304 struct iscsi_uevent *evchap; in iscsi_get_chap() local3338 evchap = nlmsg_data(nlhchap); in iscsi_get_chap()3339 memset(evchap, 0, sizeof(*evchap)); in iscsi_get_chap()3340 evchap->transport_handle = iscsi_handle(transport); in iscsi_get_chap()3341 evchap->type = nlh->nlmsg_type; in iscsi_get_chap()3342 evchap->u.get_chap.host_no = ev->u.get_chap.host_no; in iscsi_get_chap()3343 evchap->u.get_chap.chap_tbl_idx = ev->u.get_chap.chap_tbl_idx; in iscsi_get_chap()3344 evchap->u.get_chap.num_entries = ev->u.get_chap.num_entries; in iscsi_get_chap()3345 buf = (char *)evchap + sizeof(*evchap); in iscsi_get_chap()3349 &evchap->u.get_chap.num_entries, buf); in iscsi_get_chap()