Lines Matching refs:path_req
322 struct iscsi_path path_req; in cnic_send_nlmsg() local
334 len = sizeof(path_req); in cnic_send_nlmsg()
335 buf = (char *) &path_req; in cnic_send_nlmsg()
336 memset(&path_req, 0, len); in cnic_send_nlmsg()
339 path_req.handle = (u64) csk->l5_cid; in cnic_send_nlmsg()
341 memcpy(&path_req.dst.v6_addr, &csk->dst_ip[0], in cnic_send_nlmsg()
343 path_req.ip_addr_len = 16; in cnic_send_nlmsg()
345 memcpy(&path_req.dst.v4_addr, &csk->dst_ip[0], in cnic_send_nlmsg()
347 path_req.ip_addr_len = 4; in cnic_send_nlmsg()
349 path_req.vlan_id = csk->vlan_id; in cnic_send_nlmsg()
350 path_req.pmtu = csk->mtu; in cnic_send_nlmsg()