Lines Matching refs:path_req
321 struct iscsi_path path_req; in cnic_send_nlmsg() local
333 len = sizeof(path_req); in cnic_send_nlmsg()
334 buf = (char *) &path_req; in cnic_send_nlmsg()
335 memset(&path_req, 0, len); in cnic_send_nlmsg()
338 path_req.handle = (u64) csk->l5_cid; in cnic_send_nlmsg()
340 memcpy(&path_req.dst.v6_addr, &csk->dst_ip[0], in cnic_send_nlmsg()
342 path_req.ip_addr_len = 16; in cnic_send_nlmsg()
344 memcpy(&path_req.dst.v4_addr, &csk->dst_ip[0], in cnic_send_nlmsg()
346 path_req.ip_addr_len = 4; in cnic_send_nlmsg()
348 path_req.vlan_id = csk->vlan_id; in cnic_send_nlmsg()
349 path_req.pmtu = csk->mtu; in cnic_send_nlmsg()